Html Css Color HEX #52B091 Keppel

📋 copy color: '#52B091'

red 82 ◦ green 176 ◦ blue 145

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

Shades of Keppel #52B091

Tints of Keppel #52B091

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.67%

 BLUE value IS 145 (57.03% from 255) = 35.98%

R = 20.35%
G = 43.67%
B = 35.98%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#52B091 (or 0x52B091) is known color: Keppel. HEX triplet: 52, B0 and 91. RGB value is (82,176,145). Sum of RGB (Red+Green+Blue) = 82+176+145=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #52B091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B091 is #AD4F6E. Grayscale: #909090. Windows color (decimal): -11358063 or 9547858. OLE color: 9547858.

HSL color Cylindrical-coordinate representation of color #52B091: hue angle of 160.21º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52B091 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 176 145 -
CMYK 0.53 0 0.18 0.31
HSL 160.21º 0.37% 0.51% -
HSV(B) 160.21º 0.53% 0.69% -
XYZ 24.12 34.89 32.25 -
YUV 144.36 128.36 83.52 -
System Red Green Blue C M Y K H S L
Decimal 82 176 145 0.53 0 0.18 0.31 160.21 0.37 0.51
Hex 52 B0 91 35 0 12 1F A0 25 33
Octal 122 260 221 65 0 22 37 240 45 63
Binary 1010010 10110000 10010001 110101 0 10010 11111 10100000 100101 110011

Color Harmonies of #52B091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B091

Black with #52B091

Text Example


Text Example

White with #52B091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,176,145); }

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

background-color css

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

 a { background-color: rgb(82,176,145); }

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

border-color css

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

 span { border-color: rgb(82,176,145); }

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