#538E9F

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

Shades of Hippie Blue #538E9F

Tints of Hippie Blue #538E9F

Color information

#538E9F (or 0x538E9F) is unknown color: approx Hippie Blue. HEX triplet: 53, 8E and 9F. RGB value is (83,142,159). Sum of RGB (Red+Green+Blue) = 83+142+159=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #538E9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538E9F is #AC7160. Grayscale: #7E7E7E. Windows color (decimal): -11301217 or 10456659. OLE color: 10456659.

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

Color convert

RGB83142159-
CMYK0.480.1100.38
HSL193.42º31.4%47.45%-
HSV(B)193.42º47.8%62.35%-
XYZ19.523.6936.35-
YUV126.3146.4597.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.61%
GREEN value IS 142 (55.86% from 255) = 36.98%
BLUE value IS 159 (62.5% from 255) = 41.41%
R=21.61%
G=36.98%
B=41.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831421590.480.1100.38193.4231.447.45
Hex538E9F30B026c11f2f
Octal12321623760130463013757
Binary10100111000111010011111110000101101001101100000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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