Html Css Color HEX #528054 Killarney

📋 copy color: '#528054'

red 82 ◦ green 128 ◦ blue 84

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

Shades of Killarney #528054

Tints of Killarney #528054

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.54%

 BLUE value IS 84 (33.2% from 255) = 28.57%

R = 27.89%
G = 43.54%
B = 28.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#528054 (or 0x528054) is known color: Killarney. HEX triplet: 52, 80 and 54. RGB value is (82,128,84). Sum of RGB (Red+Green+Blue) = 82+128+84=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #528054 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528054 is #AD7FAB. Grayscale: #6D6D6D. Windows color (decimal): -11370412 or 5537874. OLE color: 5537874.

HSL color Cylindrical-coordinate representation of color #528054: hue angle of 122.61º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #528054 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 128 84 -
CMYK 0.36 0 0.34 0.50
HSL 122.61º 0.22% 0.41% -
HSV(B) 122.61º 0.36% 0.5% -
XYZ 12.8 17.87 11.16 -
YUV 109.23 113.76 108.58 -
System Red Green Blue C M Y K H S L
Decimal 82 128 84 0.36 0 0.34 0.50 122.61 0.22 0.41
Hex 52 80 54 24 0 22 32 7B 16 29
Octal 122 200 124 44 0 42 62 173 26 51
Binary 1010010 10000000 1010100 100100 0 100010 110010 1111011 10110 101001

Color Harmonies of #528054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528054

Black with #528054

Text Example


Text Example

White with #528054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528054; }

 p { color: rgb(82,128,84); }

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

background-color css

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

 a { background-color: rgb(82,128,84); }

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

border-color css

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

 span { border-color: rgb(82,128,84); }

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