#53869E

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

Shades of Hippie Blue #53869E

Tints of Hippie Blue #53869E

Color information

#53869E (or 0x53869E) is unknown color: approx Hippie Blue. HEX triplet: 53, 86 and 9E. RGB value is (83,134,158). Sum of RGB (Red+Green+Blue) = 83+134+158=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #53869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53869E is #AC7961. Grayscale: #797979. Windows color (decimal): -11303266 or 10389075. OLE color: 10389075.

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

Color convert

RGB83134158-
CMYK0.470.1500.38
HSL199.2º31.12%47.25%-
HSV(B)199.2º47.47%61.96%-
XYZ18.2621.3635.51-
YUV121.49148.6100.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.13%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=22.13%
G=35.73%
B=42.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831341580.470.1500.38199.231.1247.25
Hex53869E2FF026c71f2f
Octal12320623657170463073757
Binary10100111000011010011110101111111101001101100011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53869E; }

 p { color: rgb(83,134,158); }

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

<style>
 a { background-color: #53869E; }

 a { background-color: rgb(83,134,158); }

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

<style>
 span { border-color: #53869E; }

 span { border-color: rgb(83,134,158); }

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