#538390

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

Shades of Hippie Blue #538390

Tints of Hippie Blue #538390

Color information

#538390 (or 0x538390) is unknown color: approx Hippie Blue. HEX triplet: 53, 83 and 90. RGB value is (83,131,144). Sum of RGB (Red+Green+Blue) = 83+131+144=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 144 - color contains mainly: blue. Hex color #538390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538390 is #AC7C6F. Grayscale: #767676. Windows color (decimal): -11304048 or 9470803. OLE color: 9470803.

HSL color Cylindrical-coordinate representation of color #538390: hue angle of 192.79º 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 #538390 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB83131144-
CMYK0.420.0900.44
HSL192.79º26.87%44.51%-
HSV(B)192.79º42.36%56.47%-
XYZ16.7220.0929.38-
YUV118.13142.6102.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.18%
GREEN value IS 131 (51.56% from 255) = 36.59%
BLUE value IS 144 (56.64% from 255) = 40.22%
R=23.18%
G=36.59%
B=40.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831311440.420.0900.44192.7926.8744.51
Hex5383902A902Cc11b2d
Octal12320322052110543013355
Binary10100111000001110010000101010100101011001100000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538390; }

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

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

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

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

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

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

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

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