#52969B

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

Shades of Half Baked #52969B

Tints of Half Baked #52969B

Color information

#52969B (or 0x52969B) is unknown color: approx Half Baked. HEX triplet: 52, 96 and 9B. RGB value is (82,150,155). Sum of RGB (Red+Green+Blue) = 82+150+155=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #52969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52969B is #AD6964. Grayscale: #828282. Windows color (decimal): -11364709 or 10196562. OLE color: 10196562.

HSL color Cylindrical-coordinate representation of color #52969B: hue angle of 184.11º 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 #52969B is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82150155-
CMYK0.470.0300.39
HSL184.11º30.8%46.47%-
HSV(B)184.11º47.1%60.78%-
XYZ20.325.9734.95-
YUV130.24141.9793.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.19%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 155 (60.94% from 255) = 40.05%
R=21.19%
G=38.76%
B=40.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821501550.470.0300.39184.1130.846.47
Hex52969B2F3027b81f2e
Octal1222262335730472703756
Binary101001010010110100110111011111101001111011100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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