#538B9F

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

Shades of Hippie Blue #538B9F

Tints of Hippie Blue #538B9F

Color information

#538B9F (or 0x538B9F) is unknown color: approx Hippie Blue. HEX triplet: 53, 8B and 9F. RGB value is (83,139,159). Sum of RGB (Red+Green+Blue) = 83+139+159=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #538B9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538B9F is #AC7460. Grayscale: #7C7C7C. Windows color (decimal): -11301985 or 10455891. OLE color: 10455891.

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

Color convert

RGB83139159-
CMYK0.480.1300.38
HSL195.79º31.4%47.45%-
HSV(B)195.79º47.8%62.35%-
XYZ19.0622.8136.2-
YUV124.54147.4598.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.78%
GREEN value IS 139 (54.69% from 255) = 36.48%
BLUE value IS 159 (62.5% from 255) = 41.73%
R=21.78%
G=36.48%
B=41.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831391590.480.1300.38195.7931.447.45
Hex538B9F30D026c41f2f
Octal12321323760150463043757
Binary10100111000101110011111110000110101001101100010011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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