#538f9d

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

Shades of Hippie Blue #538F9D

Tints of Hippie Blue #538F9D

Color information

#538F9D (or 0x538F9D) is unknown color: approx Hippie Blue. HEX triplet: 53, 8F and 9D. RGB value is (83,143,157). Sum of RGB (Red+Green+Blue) = 83+143+157=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #538F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538F9D is #AC7062. Grayscale: #7E7E7E. Windows color (decimal): -11300963 or 10325843. OLE color: 10325843.

HSL color Cylindrical-coordinate representation of color #538F9D: hue angle of 191.35º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #538F9D is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB83143157-
CMYK0.470.0900.38
HSL191.35º30.83%47.06%-
HSV(B)191.35º47.13%61.57%-
XYZ19.4823.9235.49-
YUV126.66145.1296.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.67%
GREEN value IS 143 (56.25% from 255) = 37.34%
BLUE value IS 157 (61.72% from 255) = 40.99%
R=21.67%
G=37.34%
B=40.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831431570.470.0900.38191.3530.8347.06
Hex538F9D2F9026bf1f2f
Octal12321723557110462773757
Binary10100111000111110011101101111100101001101011111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538f9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,143,157); }

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

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

 a { background-color: rgb(83,143,157); }

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

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

 span { border-color: rgb(83,143,157); }

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