#53879F

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

Shades of Hippie Blue #53879F

Tints of Hippie Blue #53879F

Color information

#53879F (or 0x53879F) is unknown color: approx Hippie Blue. HEX triplet: 53, 87 and 9F. RGB value is (83,135,159). Sum of RGB (Red+Green+Blue) = 83+135+159=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #53879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53879F is #AC7860. Grayscale: #7A7A7A. Windows color (decimal): -11303009 or 10454867. OLE color: 10454867.

HSL color Cylindrical-coordinate representation of color #53879F: hue angle of 198.95º 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 #53879F is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB83135159-
CMYK0.480.1500.38
HSL198.95º31.4%47.45%-
HSV(B)198.95º47.8%62.35%-
XYZ18.4921.6736.01-
YUV122.19148.77100.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.02%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=22.02%
G=35.81%
B=42.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831351590.480.1500.38198.9531.447.45
Hex53879F30F026c71f2f
Octal12320723760170463073757
Binary10100111000011110011111110000111101001101100011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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