#53909F

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

Shades of Hippie Blue #53909F

Tints of Hippie Blue #53909F

Color information

#53909F (or 0x53909F) is unknown color: approx Hippie Blue. HEX triplet: 53, 90 and 9F. RGB value is (83,144,159). Sum of RGB (Red+Green+Blue) = 83+144+159=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #53909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53909F is #AC6F60. Grayscale: #7F7F7F. Windows color (decimal): -11300705 or 10457171. OLE color: 10457171.

HSL color Cylindrical-coordinate representation of color #53909F: hue angle of 191.84º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53909F is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB83144159-
CMYK0.480.0900.38
HSL191.84º31.4%47.45%-
HSV(B)191.84º47.8%62.35%-
XYZ19.824.2936.45-
YUV127.47145.7996.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.50%
GREEN value IS 144 (56.64% from 255) = 37.31%
BLUE value IS 159 (62.5% from 255) = 41.19%
R=21.50%
G=37.31%
B=41.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831441590.480.0900.38191.8431.447.45
Hex53909F309026c01f2f
Octal12322023760110463003757
Binary10100111001000010011111110000100101001101100000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53909F; }

 p { color: rgb(83,144,159); }

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

<style>
 a { background-color: #53909F; }

 a { background-color: rgb(83,144,159); }

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

<style>
 span { border-color: #53909F; }

 span { border-color: rgb(83,144,159); }

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