#538094

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

Shades of Hippie Blue #538094

Tints of Hippie Blue #538094

Color information

#538094 (or 0x538094) is unknown color: approx Hippie Blue. HEX triplet: 53, 80 and 94. RGB value is (83,128,148). Sum of RGB (Red+Green+Blue) = 83+128+148=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 148 - color contains mainly: blue. Hex color #538094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538094 is #AC7F6B. Grayscale: #747474. Windows color (decimal): -11304812 or 9732179. OLE color: 9732179.

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

Color convert

RGB83128148-
CMYK0.440.1400.42
HSL198.46º28.14%45.29%-
HSV(B)198.46º43.92%58.04%-
XYZ16.6319.4230.89-
YUV116.82145.59103.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 148 (58.20% from 255) = 41.23%
R=23.12%
G=35.65%
B=41.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831281480.440.1400.42198.4628.1445.29
Hex5380942CE02Ac61c2d
Octal12320022454160523063455
Binary10100111000000010010100101100111001010101100011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538094; }

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

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

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

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

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

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

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

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