#538C99

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

Shades of Hippie Blue #538C99

Tints of Hippie Blue #538C99

Color information

#538C99 (or 0x538C99) is unknown color: approx Hippie Blue. HEX triplet: 53, 8C and 99. RGB value is (83,140,153). Sum of RGB (Red+Green+Blue) = 83+140+153=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #538C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538C99 is #AC7366. Grayscale: #7C7C7C. Windows color (decimal): -11301735 or 10062931. OLE color: 10062931.

HSL color Cylindrical-coordinate representation of color #538C99: hue angle of 191.14º 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 #538C99 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB83140153-
CMYK0.460.0800.4
HSL191.14º29.66%46.27%-
HSV(B)191.14º45.75%60%-
XYZ18.722.933.57-
YUV124.44144.1298.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.07%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=22.07%
G=37.23%
B=40.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal831401530.460.0800.4191.1429.6646.27
Hex538C992E8028bf1e2e
Octal12321423156100502773656
Binary10100111000110010011001101110100001010001011111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538C99; }

 p { color: rgb(83,140,153); }

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

<style>
 a { background-color: #538C99; }

 a { background-color: rgb(83,140,153); }

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

<style>
 span { border-color: #538C99; }

 span { border-color: rgb(83,140,153); }

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