Html Css Color HEX #527D5A Killarney

📋 copy color: '#527D5A'

red 82 ◦ green 125 ◦ blue 90

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

Shades of Killarney #527D5A

Tints of Killarney #527D5A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.09%

 BLUE value IS 90 (35.55% from 255) = 30.3%

R = 27.61%
G = 42.09%
B = 30.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#527D5A (or 0x527D5A) is known color: Killarney. HEX triplet: 52, 7D and 5A. RGB value is (82,125,90). Sum of RGB (Red+Green+Blue) = 82+125+90=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #527D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527D5A is #AD82A5. Grayscale: #6C6C6C. Windows color (decimal): -11371174 or 5930322. OLE color: 5930322.

HSL color Cylindrical-coordinate representation of color #527D5A: hue angle of 131.16º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #527D5A is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 125 90 -
CMYK 0.34 0 0.28 0.51
HSL 131.16º 0.21% 0.41% -
HSV(B) 131.16º 0.34% 0.49% -
XYZ 12.66 17.2 12.33 -
YUV 108.15 117.75 109.35 -
System Red Green Blue C M Y K H S L
Decimal 82 125 90 0.34 0 0.28 0.51 131.16 0.21 0.41
Hex 52 7D 5A 22 0 1C 33 83 15 29
Octal 122 175 132 42 0 34 63 203 25 51
Binary 1010010 1111101 1011010 100010 0 11100 110011 10000011 10101 101001

Color Harmonies of #527D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527D5A

Black with #527D5A

Text Example


Text Example

White with #527D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,125,90); }

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

background-color css

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

 a { background-color: rgb(82,125,90); }

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

border-color css

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

 span { border-color: rgb(82,125,90); }

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