Html Css Color HEX #527451 Killarney

📋 copy color: '#527451'

red 82 ◦ green 116 ◦ blue 81

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

Shades of Killarney #527451

Tints of Killarney #527451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.03%

R = 29.39%
G = 41.58%
B = 29.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#527451 (or 0x527451) is known color: Killarney. HEX triplet: 52, 74 and 51. RGB value is (82,116,81). Sum of RGB (Red+Green+Blue) = 82+116+81=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 116 - color contains mainly: green. Hex color #527451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527451 is #AD8BAE. Grayscale: #656565. Windows color (decimal): -11373487 or 5338194. OLE color: 5338194.

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

Color convert

RGB 82 116 81 -
CMYK 0.29 0 0.30 0.55
HSL 118.29º 0.18% 0.39% -
HSV(B) 118.29º 0.3% 0.45% -
XYZ 11.21 14.88 10.07 -
YUV 101.84 116.24 113.85 -
System Red Green Blue C M Y K H S L
Decimal 82 116 81 0.29 0 0.30 0.55 118.29 0.18 0.39
Hex 52 74 51 1D 0 1E 37 76 12 27
Octal 122 164 121 35 0 36 67 166 22 47
Binary 1010010 1110100 1010001 11101 0 11110 110111 1110110 10010 100111

Color Harmonies of #527451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527451

Black with #527451

Text Example


Text Example

White with #527451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527451; }

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

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

background-color css

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

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

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

border-color css

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

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

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