Html Css Color HEX #527358 Killarney

📋 copy color: '#527358'

red 82 ◦ green 115 ◦ blue 88

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

Shades of Killarney #527358

Tints of Killarney #527358

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.35%

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

R = 28.77%
G = 40.35%
B = 30.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#527358 (or 0x527358) is known color: Killarney. HEX triplet: 52, 73 and 58. RGB value is (82,115,88). Sum of RGB (Red+Green+Blue) = 82+115+88=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #527358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527358 is #AD8CA7. Grayscale: #666666. Windows color (decimal): -11373736 or 5796690. OLE color: 5796690.

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

Color convert

RGB 82 115 88 -
CMYK 0.29 0 0.23 0.55
HSL 130.91º 0.17% 0.39% -
HSV(B) 130.91º 0.29% 0.45% -
XYZ 11.37 14.76 11.48 -
YUV 102.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 82 115 88 0.29 0 0.23 0.55 130.91 0.17 0.39
Hex 52 73 58 1D 0 17 37 83 11 27
Octal 122 163 130 35 0 27 67 203 21 47
Binary 1010010 1110011 1011000 11101 0 10111 110111 10000011 10001 100111

Color Harmonies of #527358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527358

Black with #527358

Text Example


Text Example

White with #527358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527358; }

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

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

background-color css

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

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

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

border-color css

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

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

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