Html Css Color HEX #52959A Half Baked

📋 copy color: '#52959A'

red 82 ◦ green 149 ◦ blue 154

#52959A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Baked #52959A

Tints of Half Baked #52959A

RGB

 RED value IS 82 (32.42% from 255) = 21.3%

 GREEN value IS 149 (58.59% from 255) = 38.7%

 BLUE value IS 154 (60.55% from 255) = 40%

R = 21.3%
G = 38.7%
B = 40%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#52959A (or 0x52959A) is known color: Half Baked. HEX triplet: 52, 95 and 9A. RGB value is (82,149,154). Sum of RGB (Red+Green+Blue) = 82+149+154=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #52959A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52959A is #AD6A65. Grayscale: #818181. Windows color (decimal): -11364966 or 10130770. OLE color: 10130770.

HSL color Cylindrical-coordinate representation of color #52959A: hue angle of 184.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52959A is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 149 154 -
CMYK 0.47 0.03 0 0.40
HSL 184.17º 0.31% 0.46% -
HSV(B) 184.17º 0.47% 0.6% -
XYZ 20.06 25.62 34.46 -
YUV 129.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 82 149 154 0.47 0.03 0 0.40 184.17 0.31 0.46
Hex 52 95 9A 2F 3 0 28 B8 1F 2E
Octal 122 225 232 57 3 0 50 270 37 56
Binary 1010010 10010101 10011010 101111 11 0 101000 10111000 11111 101110

Color Harmonies of #52959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52959A

Black with #52959A

Text Example


Text Example

White with #52959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52959A; }

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

 H1.HeaderClassName
 {
   color: #52959A;
 }
 .AnyTagClassName
 {
   color: #52959A;
 }
</style>

background-color css

<style>
 a { background-color: #52959A; }

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

 div.DivClassName
 {
   background-color: #52959A;
 }
 .BgClassName
 {
   background-color: #52959A;
 }
</style>

border-color css

<style>
 span { border-color: #52959A; }

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

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