#53809B

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

Shades of Hippie Blue #53809B

Tints of Hippie Blue #53809B

Color information

#53809B (or 0x53809B) is unknown color: approx Hippie Blue. HEX triplet: 53, 80 and 9B. RGB value is (83,128,155). Sum of RGB (Red+Green+Blue) = 83+128+155=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #53809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53809B is #AC7F64. Grayscale: #757575. Windows color (decimal): -11304805 or 10190931. OLE color: 10190931.

HSL color Cylindrical-coordinate representation of color #53809B: hue angle of 202.5º 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 #53809B is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB83128155-
CMYK0.460.1700.39
HSL202.5º30.25%46.67%-
HSV(B)202.5º46.45%60.78%-
XYZ17.219.6433.9-
YUV117.62149.09103.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.68%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=22.68%
G=34.97%
B=42.35%

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
Decimal831281550.460.1700.39202.530.2546.67
Hex53809B2E11027ca1e2f
Octal12320023356210473123657
Binary101001110000000100110111011101000101001111100101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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