Html Css Color HEX #527157 Killarney

📋 copy color: '#527157'

red 82 ◦ green 113 ◦ blue 87

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

Shades of Killarney #527157

Tints of Killarney #527157

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.07%

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

R = 29.08%
G = 40.07%
B = 30.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#527157 (or 0x527157) is known color: Killarney. HEX triplet: 52, 71 and 57. RGB value is (82,113,87). Sum of RGB (Red+Green+Blue) = 82+113+87=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #527157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527157 is #AD8EA8. Grayscale: #646464. Windows color (decimal): -11374249 or 5730642. OLE color: 5730642.

HSL color Cylindrical-coordinate representation of color #527157: hue angle of 129.68º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #527157 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 87 -
CMYK 0.27 0 0.23 0.56
HSL 129.68º 0.16% 0.38% -
HSV(B) 129.68º 0.27% 0.44% -
XYZ 11.11 14.29 11.19 -
YUV 100.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 82 113 87 0.27 0 0.23 0.56 129.68 0.16 0.38
Hex 52 71 57 1B 0 17 38 82 10 26
Octal 122 161 127 33 0 27 70 202 20 46
Binary 1010010 1110001 1010111 11011 0 10111 111000 10000010 10000 100110

Color Harmonies of #527157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527157

Black with #527157

Text Example


Text Example

White with #527157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527157; }

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

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

background-color css

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

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

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

border-color css

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

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

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