#538391

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

Shades of Hippie Blue #538391

Tints of Hippie Blue #538391

Color information

#538391 (or 0x538391) is unknown color: approx Hippie Blue. HEX triplet: 53, 83 and 91. RGB value is (83,131,145). Sum of RGB (Red+Green+Blue) = 83+131+145=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #538391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538391 is #AC7C6E. Grayscale: #767676. Windows color (decimal): -11304047 or 9536339. OLE color: 9536339.

HSL color Cylindrical-coordinate representation of color #538391: hue angle of 193.55º 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 #538391 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB83131145-
CMYK0.430.1000.43
HSL193.55º27.19%44.71%-
HSV(B)193.55º42.76%56.86%-
XYZ16.7920.1229.79-
YUV118.24143.1102.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 131 (51.56% from 255) = 36.49%
BLUE value IS 145 (57.03% from 255) = 40.39%
R=23.12%
G=36.49%
B=40.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831311450.430.1000.43193.5527.1944.71
Hex5383912BA02Bc21b2d
Octal12320322153120533023355
Binary10100111000001110010001101011101001010111100001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538391; }

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

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

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

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

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

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

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

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