#538191

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

Shades of Hippie Blue #538191

Tints of Hippie Blue #538191

Color information

#538191 (or 0x538191) is unknown color: approx Hippie Blue. HEX triplet: 53, 81 and 91. RGB value is (83,129,145). Sum of RGB (Red+Green+Blue) = 83+129+145=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 145 - color contains mainly: blue. Hex color #538191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538191 is #AC7E6E. Grayscale: #747474. Windows color (decimal): -11304559 or 9535827. OLE color: 9535827.

HSL color Cylindrical-coordinate representation of color #538191: hue angle of 195.48º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #538191 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB83129145-
CMYK0.430.1100.43
HSL195.48º27.19%44.71%-
HSV(B)195.48º42.76%56.86%-
XYZ16.5319.5829.7-
YUV117.07143.76103.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.25%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 145 (57.03% from 255) = 40.62%
R=23.25%
G=36.13%
B=40.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831291450.430.1100.43195.4827.1944.71
Hex5381912BB02Bc31b2d
Octal12320122153130533033355
Binary10100111000000110010001101011101101010111100001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538191; }

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

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

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

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

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

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

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

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