#538090

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

Shades of Hippie Blue #538090

Tints of Hippie Blue #538090

Color information

#538090 (or 0x538090) is unknown color: approx Hippie Blue. HEX triplet: 53, 80 and 90. RGB value is (83,128,144). Sum of RGB (Red+Green+Blue) = 83+128+144=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #538090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538090 is #AC7F6F. Grayscale: #747474. Windows color (decimal): -11304816 or 9470035. OLE color: 9470035.

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

Color convert

RGB83128144-
CMYK0.420.1100.44
HSL195.74º26.87%44.51%-
HSV(B)195.74º42.36%56.47%-
XYZ16.3219.2929.25-
YUV116.37143.59104.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.38%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 144 (56.64% from 255) = 40.56%
R=23.38%
G=36.06%
B=40.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831281440.420.1100.44195.7426.8744.51
Hex5380902AB02Cc41b2d
Octal12320022052130543043355
Binary10100111000000010010000101010101101011001100010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538090; }

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

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

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

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

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

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

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

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