#538197

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

Shades of Hippie Blue #538197

Tints of Hippie Blue #538197

Color information

#538197 (or 0x538197) is unknown color: approx Hippie Blue. HEX triplet: 53, 81 and 97. RGB value is (83,129,151). Sum of RGB (Red+Green+Blue) = 83+129+151=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 151 - color contains mainly: blue. Hex color #538197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538197 is #AC7E68. Grayscale: #757575. Windows color (decimal): -11304553 or 9929043. OLE color: 9929043.

HSL color Cylindrical-coordinate representation of color #538197: hue angle of 199.41º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #538197 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB83129151-
CMYK0.450.1500.41
HSL199.41º29.06%45.88%-
HSV(B)199.41º45.03%59.22%-
XYZ1719.7732.2-
YUV117.75146.76103.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.87%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 151 (59.38% from 255) = 41.60%
R=22.87%
G=35.54%
B=41.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831291510.450.1500.41199.4129.0645.88
Hex5381972DF029c71d2e
Octal12320122755170513073556
Binary10100111000000110010111101101111101010011100011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538197; }

 p { color: rgb(83,129,151); }

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

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

 a { background-color: rgb(83,129,151); }

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

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

 span { border-color: rgb(83,129,151); }

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