Html Css Color HEX #527458 Killarney

📋 copy color: '#527458'

red 82 ◦ green 116 ◦ blue 88

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

Shades of Killarney #527458

Tints of Killarney #527458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.77%

R = 28.67%
G = 40.56%
B = 30.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#527458 (or 0x527458) is known color: Killarney. HEX triplet: 52, 74 and 58. RGB value is (82,116,88). Sum of RGB (Red+Green+Blue) = 82+116+88=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 116 - color contains mainly: green. Hex color #527458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527458 is #AD8BA7. Grayscale: #666666. Windows color (decimal): -11373480 or 5796946. OLE color: 5796946.

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

Color convert

RGB 82 116 88 -
CMYK 0.29 0 0.24 0.55
HSL 130.59º 0.17% 0.39% -
HSV(B) 130.59º 0.29% 0.45% -
XYZ 11.49 14.99 11.52 -
YUV 102.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 82 116 88 0.29 0 0.24 0.55 130.59 0.17 0.39
Hex 52 74 58 1D 0 18 37 83 11 27
Octal 122 164 130 35 0 30 67 203 21 47
Binary 1010010 1110100 1011000 11101 0 11000 110111 10000011 10001 100111

Color Harmonies of #527458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527458

Black with #527458

Text Example


Text Example

White with #527458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527458; }

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

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

background-color css

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

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

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

border-color css

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

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

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