#5295A1

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

Shades of Half Baked #5295A1

Tints of Half Baked #5295A1

Color information

#5295A1 (or 0x5295A1) is unknown color: approx Half Baked. HEX triplet: 52, 95 and A1. RGB value is (82,149,161). Sum of RGB (Red+Green+Blue) = 82+149+161=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 161 - color contains mainly: blue. Hex color #5295A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5295A1 is #AD6A5E. Grayscale: #828282. Windows color (decimal): -11364959 or 10589522. OLE color: 10589522.

HSL color Cylindrical-coordinate representation of color #5295A1: hue angle of 189.11º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5295A1 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB82149161-
CMYK0.490.0700.37
HSL189.11º32.51%47.65%-
HSV(B)189.11º49.07%63.14%-
XYZ20.6625.8637.62-
YUV130.33145.393.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.92%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 161 (63.28% from 255) = 41.07%
R=20.92%
G=38.01%
B=41.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal821491610.490.0700.37189.1132.5147.65
Hex5295A1317025bd2130
Octal1222252416170452754160
Binary10100101001010110100001110001111010010110111101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5295A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5295A1; }

 p { color: rgb(82,149,161); }

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

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

 a { background-color: rgb(82,149,161); }

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

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

 span { border-color: rgb(82,149,161); }

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