#538594

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

Shades of Hippie Blue #538594

Tints of Hippie Blue #538594

Color information

#538594 (or 0x538594) is unknown color: approx Hippie Blue. HEX triplet: 53, 85 and 94. RGB value is (83,133,148). Sum of RGB (Red+Green+Blue) = 83+133+148=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #538594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538594 is #AC7A6B. Grayscale: #777777. Windows color (decimal): -11303532 or 9733459. OLE color: 9733459.

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

Color convert

RGB83133148-
CMYK0.440.1000.42
HSL193.85º28.14%45.29%-
HSV(B)193.85º43.92%58.04%-
XYZ17.320.7531.11-
YUV119.76143.94101.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.80%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 148 (58.20% from 255) = 40.66%
R=22.80%
G=36.54%
B=40.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831331480.440.1000.42193.8528.1445.29
Hex5385942CA02Ac21c2d
Octal12320522454120523023455
Binary10100111000010110010100101100101001010101100001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538594; }

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

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

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

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

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

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

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

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