#52958F

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

Shades of Half Baked #52958F

Tints of Half Baked #52958F

Color information

#52958F (or 0x52958F) is unknown color: approx Half Baked. HEX triplet: 52, 95 and 8F. RGB value is (82,149,143). Sum of RGB (Red+Green+Blue) = 82+149+143=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #52958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52958F is #AD6A70. Grayscale: #808080. Windows color (decimal): -11364977 or 9409874. OLE color: 9409874.

HSL color Cylindrical-coordinate representation of color #52958F: hue angle of 174.63º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52958F is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB82149143-
CMYK0.4500.040.42
HSL174.63º29%45.29%-
HSV(B)174.63º44.97%58.43%-
XYZ19.1925.2729.85-
YUV128.28136.394.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.93%
GREEN value IS 149 (58.59% from 255) = 39.84%
BLUE value IS 143 (56.25% from 255) = 38.24%
R=21.93%
G=39.84%
B=38.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821491430.4500.040.42174.632945.29
Hex52958F2D042Aaf1d2d
Octal1222252175504522573555
Binary1010010100101011000111110110101001010101010111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52958F; }

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

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

<style>
 a { background-color: #52958F; }

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

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

<style>
 span { border-color: #52958F; }

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

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