#52919D

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

Shades of Half Baked #52919D

Tints of Half Baked #52919D

Color information

#52919D (or 0x52919D) is unknown color: approx Half Baked. HEX triplet: 52, 91 and 9D. RGB value is (82,145,157). Sum of RGB (Red+Green+Blue) = 82+145+157=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #52919D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52919D is #AD6E62. Grayscale: #7F7F7F. Windows color (decimal): -11365987 or 10326354. OLE color: 10326354.

HSL color Cylindrical-coordinate representation of color #52919D: hue angle of 189.6º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52919D is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82145157-
CMYK0.480.0800.38
HSL189.6º31.38%46.86%-
HSV(B)189.6º47.77%61.57%-
XYZ19.6924.4835.59-
YUV127.53144.6395.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.35%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=21.35%
G=37.76%
B=40.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821451570.480.0800.38189.631.3846.86
Hex52919D308026be1f2f
Octal12222123560100462763757
Binary10100101001000110011101110000100001001101011111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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