#53819B

Color #53819B Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #53819B

Tints of Hippie Blue #53819B

Color information

#53819B (or 0x53819B) is unknown color: approx Hippie Blue. HEX triplet: 53, 81 and 9B. RGB value is (83,129,155). Sum of RGB (Red+Green+Blue) = 83+129+155=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #53819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53819B is #AC7E64. Grayscale: #767676. Windows color (decimal): -11304549 or 10191187. OLE color: 10191187.

HSL color Cylindrical-coordinate representation of color #53819B: hue angle of 201.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53819B is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB83129155-
CMYK0.460.1700.39
HSL201.67º30.25%46.67%-
HSV(B)201.67º46.45%60.78%-
XYZ17.3319.9133.94-
YUV118.21148.76102.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 22.62%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=22.62%
G=35.15%
B=42.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831291550.460.1700.39201.6730.2546.67
Hex53819B2E11027ca1e2f
Octal12320123356210473123657
Binary101001110000001100110111011101000101001111100101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53819B; }

 p { color: rgb(83,129,155); }

 H1.HeaderClassName
 {
   color: #53819B;
 }
 .AnyTagClassName
 {
   color: #53819B;
 }
</style>
background-color css

<style>
 a { background-color: #53819B; }

 a { background-color: rgb(83,129,155); }

 div.DivClassName
 {
   background-color: #53819B;
 }
 .BgClassName
 {
   background-color: #53819B;
 }
</style>
border-color css

<style>
 span { border-color: #53819B; }

 span { border-color: rgb(83,129,155); }

 td.TdClassName
 {
   border-color: #53819B;
 }
 .TagClassName
 {
   border-color: #53819B;
 }
</style>