#5395A2

Color #5395A2 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #5395A2

Tints of Half Baked #5395A2

Color information

#5395A2 (or 0x5395A2) is unknown color: approx Half Baked. HEX triplet: 53, 95 and A2. RGB value is (83,149,162). Sum of RGB (Red+Green+Blue) = 83+149+162=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 162 - color contains mainly: blue. Hex color #5395A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5395A2 is #AC6A5D. Grayscale: #828282. Windows color (decimal): -11299422 or 10655059. OLE color: 10655059.

HSL color Cylindrical-coordinate representation of color #5395A2: hue angle of 189.87º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5395A2 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB83149162-
CMYK0.490.0800.36
HSL189.87º32.24%48.04%-
HSV(B)189.87º48.77%63.53%-
XYZ20.8425.9438.09-
YUV130.75145.6393.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.07%
GREEN value IS 149 (58.59% from 255) = 37.82%
BLUE value IS 162 (63.67% from 255) = 41.12%
R=21.07%
G=37.82%
B=41.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal831491620.490.0800.36189.8732.2448.04
Hex5395A2318024be2030
Octal12322524261100442764060
Binary101001110010101101000101100011000010010010111110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5395A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5395A2; }

 p { color: rgb(83,149,162); }

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

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

 a { background-color: rgb(83,149,162); }

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

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

 span { border-color: rgb(83,149,162); }

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