#53879A

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

Shades of Hippie Blue #53879A

Tints of Hippie Blue #53879A

Color information

#53879A (or 0x53879A) is unknown color: approx Hippie Blue. HEX triplet: 53, 87 and 9A. RGB value is (83,135,154). Sum of RGB (Red+Green+Blue) = 83+135+154=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #53879A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53879A is #AC7865. Grayscale: #797979. Windows color (decimal): -11303014 or 10127187. OLE color: 10127187.

HSL color Cylindrical-coordinate representation of color #53879A: hue angle of 196.06º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53879A is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB83135154-
CMYK0.460.1200.40
HSL196.06º29.96%46.47%-
HSV(B)196.06º46.1%60.39%-
XYZ18.0621.533.77-
YUV121.62146.27100.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.31%
GREEN value IS 135 (53.12% from 255) = 36.29%
BLUE value IS 154 (60.55% from 255) = 41.40%
R=22.31%
G=36.29%
B=41.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831351540.460.1200.40196.0629.9646.47
Hex53879A2EC028c41e2e
Octal12320723256140503043656
Binary10100111000011110011010101110110001010001100010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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