Html Css Color HEX #527453 Killarney

📋 copy color: '#527453'

red 82 ◦ green 116 ◦ blue 83

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

Shades of Killarney #527453

Tints of Killarney #527453

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.28%

 BLUE value IS 83 (32.81% from 255) = 29.54%

R = 29.18%
G = 41.28%
B = 29.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#527453 (or 0x527453) is known color: Killarney. HEX triplet: 52, 74 and 53. RGB value is (82,116,83). Sum of RGB (Red+Green+Blue) = 82+116+83=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #527453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527453 is #AD8BAC. Grayscale: #666666. Windows color (decimal): -11373485 or 5469266. OLE color: 5469266.

HSL color Cylindrical-coordinate representation of color #527453: hue angle of 121.76º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527453 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 83 -
CMYK 0.29 0 0.28 0.55
HSL 121.76º 0.17% 0.39% -
HSV(B) 121.76º 0.29% 0.45% -
XYZ 11.29 14.91 10.47 -
YUV 102.07 117.24 113.68 -
System Red Green Blue C M Y K H S L
Decimal 82 116 83 0.29 0 0.28 0.55 121.76 0.17 0.39
Hex 52 74 53 1D 0 1C 37 7A 11 27
Octal 122 164 123 35 0 34 67 172 21 47
Binary 1010010 1110100 1010011 11101 0 11100 110111 1111010 10001 100111

Color Harmonies of #527453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527453

Black with #527453

Text Example


Text Example

White with #527453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527453; }

 p { color: rgb(82,116,83); }

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

background-color css

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

 a { background-color: rgb(82,116,83); }

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

border-color css

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

 span { border-color: rgb(82,116,83); }

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