Html Css Color HEX #527A57 Killarney

📋 copy color: '#527A57'

red 82 ◦ green 122 ◦ blue 87

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

Shades of Killarney #527A57

Tints of Killarney #527A57

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.92%

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

R = 28.18%
G = 41.92%
B = 29.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.52

RGB Variations

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

Color information

#527A57 (or 0x527A57) is known color: Killarney. HEX triplet: 52, 7A and 57. RGB value is (82,122,87). Sum of RGB (Red+Green+Blue) = 82+122+87=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 122 - color contains mainly: green. Hex color #527A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A57 is #AD85A8. Grayscale: #6A6A6A. Windows color (decimal): -11371945 or 5732946. OLE color: 5732946.

HSL color Cylindrical-coordinate representation of color #527A57: hue angle of 127.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527A57 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 122 87 -
CMYK 0.33 0 0.29 0.52
HSL 127.5º 0.2% 0.4% -
HSV(B) 127.5º 0.33% 0.48% -
XYZ 12.16 16.4 11.54 -
YUV 106.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 82 122 87 0.33 0 0.29 0.52 127.5 0.2 0.4
Hex 52 7A 57 21 0 1D 34 80 14 28
Octal 122 172 127 41 0 35 64 200 24 50
Binary 1010010 1111010 1010111 100001 0 11101 110100 10000000 10100 101000

Color Harmonies of #527A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A57

Black with #527A57

Text Example


Text Example

White with #527A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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