Html Css Color HEX #52B497 Keppel

📋 copy color: '#52B497'

red 82 ◦ green 180 ◦ blue 151

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

Shades of Keppel #52B497

Tints of Keppel #52B497

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.58%

 BLUE value IS 151 (59.38% from 255) = 36.56%

R = 19.85%
G = 43.58%
B = 36.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#52B497 (or 0x52B497) is known color: Keppel. HEX triplet: 52, B4 and 97. RGB value is (82,180,151). Sum of RGB (Red+Green+Blue) = 82+180+151=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 180 - color contains mainly: green. Hex color #52B497 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B497 is #AD4B68. Grayscale: #939393. Windows color (decimal): -11357033 or 9942098. OLE color: 9942098.

HSL color Cylindrical-coordinate representation of color #52B497: hue angle of 162.24º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B497 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 180 151 -
CMYK 0.54 0 0.16 0.29
HSL 162.24º 0.4% 0.51% -
HSV(B) 162.24º 0.54% 0.71% -
XYZ 25.39 36.67 35.02 -
YUV 147.39 130.03 81.36 -
System Red Green Blue C M Y K H S L
Decimal 82 180 151 0.54 0 0.16 0.29 162.24 0.4 0.51
Hex 52 B4 97 36 0 10 1D A2 28 33
Octal 122 264 227 66 0 20 35 242 50 63
Binary 1010010 10110100 10010111 110110 0 10000 11101 10100010 101000 110011

Color Harmonies of #52B497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B497

Black with #52B497

Text Example


Text Example

White with #52B497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52B497; }

 p { color: rgb(82,180,151); }

 H1.HeaderClassName
 {
   color: #52B497;
 }
 .AnyTagClassName
 {
   color: #52B497;
 }
</style>

background-color css

<style>
 a { background-color: #52B497; }

 a { background-color: rgb(82,180,151); }

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

border-color css

<style>
 span { border-color: #52B497; }

 span { border-color: rgb(82,180,151); }

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