Html Css Color HEX #527858 Killarney

📋 copy color: '#527858'

red 82 ◦ green 120 ◦ blue 88

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

Shades of Killarney #527858

Tints of Killarney #527858

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.38%

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

R = 28.28%
G = 41.38%
B = 30.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#527858 (or 0x527858) is known color: Killarney. HEX triplet: 52, 78 and 58. RGB value is (82,120,88). Sum of RGB (Red+Green+Blue) = 82+120+88=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #527858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527858 is #AD87A7. Grayscale: #696969. Windows color (decimal): -11372456 or 5797970. OLE color: 5797970.

HSL color Cylindrical-coordinate representation of color #527858: hue angle of 129.47º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #527858 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 120 88 -
CMYK 0.32 0 0.27 0.53
HSL 129.47º 0.19% 0.4% -
HSV(B) 129.47º 0.32% 0.47% -
XYZ 11.96 15.93 11.68 -
YUV 104.99 118.41 111.6 -
System Red Green Blue C M Y K H S L
Decimal 82 120 88 0.32 0 0.27 0.53 129.47 0.19 0.4
Hex 52 78 58 20 0 1B 35 81 13 28
Octal 122 170 130 40 0 33 65 201 23 50
Binary 1010010 1111000 1011000 100000 0 11011 110101 10000001 10011 101000

Color Harmonies of #527858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527858

Black with #527858

Text Example


Text Example

White with #527858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527858; }

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

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

background-color css

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

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

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

border-color css

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

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

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