#538490

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

Shades of Hippie Blue #538490

Tints of Hippie Blue #538490

Color information

#538490 (or 0x538490) is unknown color: approx Hippie Blue. HEX triplet: 53, 84 and 90. RGB value is (83,132,144). Sum of RGB (Red+Green+Blue) = 83+132+144=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #538490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538490 is #AC7B6F. Grayscale: #767676. Windows color (decimal): -11303792 or 9471059. OLE color: 9471059.

HSL color Cylindrical-coordinate representation of color #538490: hue angle of 191.8º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538490 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB83132144-
CMYK0.420.0800.44
HSL191.8º26.87%44.51%-
HSV(B)191.8º42.36%56.47%-
XYZ16.8520.3629.43-
YUV118.72142.27102.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 144 (56.64% from 255) = 40.11%
R=23.12%
G=36.77%
B=40.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831321440.420.0800.44191.826.8744.51
Hex5384902A802Cc01b2d
Octal12320422052100543003355
Binary10100111000010010010000101010100001011001100000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538490; }

 p { color: rgb(83,132,144); }

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

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

 a { background-color: rgb(83,132,144); }

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

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

 span { border-color: rgb(83,132,144); }

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