#538D9B

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

Shades of Hippie Blue #538D9B

Tints of Hippie Blue #538D9B

Color information

#538D9B (or 0x538D9B) is unknown color: approx Hippie Blue. HEX triplet: 53, 8D and 9B. RGB value is (83,141,155). Sum of RGB (Red+Green+Blue) = 83+141+155=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #538D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538D9B is #AC7264. Grayscale: #7D7D7D. Windows color (decimal): -11301477 or 10194259. OLE color: 10194259.

HSL color Cylindrical-coordinate representation of color #538D9B: hue angle of 191.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #538D9B is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB83141155-
CMYK0.460.0900.39
HSL191.67º30.25%46.67%-
HSV(B)191.67º46.45%60.78%-
XYZ19.0123.2634.5-
YUV125.25144.7897.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.90%
GREEN value IS 141 (55.47% from 255) = 37.20%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=21.90%
G=37.20%
B=40.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831411550.460.0900.39191.6730.2546.67
Hex538D9B2E9027c01e2f
Octal12321523356110473003657
Binary10100111000110110011011101110100101001111100000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,141,155); }

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

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

 a { background-color: rgb(83,141,155); }

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

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

 span { border-color: rgb(83,141,155); }

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