Html Css Color HEX #52B598 Keppel

📋 copy color: '#52B598'

red 82 ◦ green 181 ◦ blue 152

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

Shades of Keppel #52B598

Tints of Keppel #52B598

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.61%

 BLUE value IS 152 (59.77% from 255) = 36.63%

R = 19.76%
G = 43.61%
B = 36.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#52B598 (or 0x52B598) is known color: Keppel. HEX triplet: 52, B5 and 98. RGB value is (82,181,152). Sum of RGB (Red+Green+Blue) = 82+181+152=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 181 - color contains mainly: green. Hex color #52B598 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B598 is #AD4A67. Grayscale: #949494. Windows color (decimal): -11356776 or 10007890. OLE color: 10007890.

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

Color convert

RGB 82 181 152 -
CMYK 0.55 0 0.16 0.29
HSL 162.42º 0.4% 0.52% -
HSV(B) 162.42º 0.55% 0.71% -
XYZ 25.67 37.11 35.52 -
YUV 148.09 130.2 80.86 -
System Red Green Blue C M Y K H S L
Decimal 82 181 152 0.55 0 0.16 0.29 162.42 0.4 0.52
Hex 52 B5 98 37 0 10 1D A2 28 34
Octal 122 265 230 67 0 20 35 242 50 64
Binary 1010010 10110101 10011000 110111 0 10000 11101 10100010 101000 110100

Color Harmonies of #52B598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B598

Black with #52B598

Text Example


Text Example

White with #52B598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,181,152); }

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

background-color css

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

 a { background-color: rgb(82,181,152); }

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

border-color css

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

 span { border-color: rgb(82,181,152); }

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