Html Css Color HEX #527457 Killarney

📋 copy color: '#527457'

red 82 ◦ green 116 ◦ blue 87

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

Shades of Killarney #527457

Tints of Killarney #527457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.53%

R = 28.77%
G = 40.7%
B = 30.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#527457 (or 0x527457) is known color: Killarney. HEX triplet: 52, 74 and 57. RGB value is (82,116,87). Sum of RGB (Red+Green+Blue) = 82+116+87=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #527457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527457 is #AD8BA8. Grayscale: #666666. Windows color (decimal): -11373481 or 5731410. OLE color: 5731410.

HSL color Cylindrical-coordinate representation of color #527457: hue angle of 128.82º 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 #527457 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 87 -
CMYK 0.29 0 0.25 0.55
HSL 128.82º 0.17% 0.39% -
HSV(B) 128.82º 0.29% 0.45% -
XYZ 11.45 14.97 11.3 -
YUV 102.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 82 116 87 0.29 0 0.25 0.55 128.82 0.17 0.39
Hex 52 74 57 1D 0 19 37 81 11 27
Octal 122 164 127 35 0 31 67 201 21 47
Binary 1010010 1110100 1010111 11101 0 11001 110111 10000001 10001 100111

Color Harmonies of #527457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527457

Black with #527457

Text Example


Text Example

White with #527457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527457; }

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

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

background-color css

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

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

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

border-color css

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

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

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