#52919B

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

Shades of Half Baked #52919B

Tints of Half Baked #52919B

Color information

#52919B (or 0x52919B) is unknown color: approx Half Baked. HEX triplet: 52, 91 and 9B. RGB value is (82,145,155). Sum of RGB (Red+Green+Blue) = 82+145+155=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #52919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52919B is #AD6E64. Grayscale: #7F7F7F. Windows color (decimal): -11365989 or 10195282. OLE color: 10195282.

HSL color Cylindrical-coordinate representation of color #52919B: hue angle of 188.22º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52919B is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82145155-
CMYK0.470.0600.39
HSL188.22º30.8%46.47%-
HSV(B)188.22º47.1%60.78%-
XYZ19.5224.4134.69-
YUV127.3143.6395.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.47%
GREEN value IS 145 (57.03% from 255) = 37.96%
BLUE value IS 155 (60.94% from 255) = 40.58%
R=21.47%
G=37.96%
B=40.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821451550.470.0600.39188.2230.846.47
Hex52919B2F6027bc1f2e
Octal1222212335760472743756
Binary1010010100100011001101110111111001001111011110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52919B; }

 p { color: rgb(82,145,155); }

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

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

 a { background-color: rgb(82,145,155); }

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

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

 span { border-color: rgb(82,145,155); }

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