#53838E

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

Shades of Hippie Blue #53838E

Tints of Hippie Blue #53838E

Color information

#53838E (or 0x53838E) is unknown color: approx Hippie Blue. HEX triplet: 53, 83 and 8E. RGB value is (83,131,142). Sum of RGB (Red+Green+Blue) = 83+131+142=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 142 - color contains mainly: blue. Hex color #53838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53838E is #AC7C71. Grayscale: #757575. Windows color (decimal): -11304050 or 9339731. OLE color: 9339731.

HSL color Cylindrical-coordinate representation of color #53838E: hue angle of 191.19º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53838E is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB83131142-
CMYK0.420.0800.44
HSL191.19º26.22%44.12%-
HSV(B)191.19º41.55%55.69%-
XYZ16.5720.0228.58-
YUV117.9141.6103.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.31%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=23.31%
G=36.80%
B=39.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831311420.420.0800.44191.1926.2244.12
Hex53838E2A802Cbf1a2c
Octal12320321652100542773254
Binary10100111000001110001110101010100001011001011111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,131,142); }

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

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

 a { background-color: rgb(83,131,142); }

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

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

 span { border-color: rgb(83,131,142); }

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