Html Css Color HEX #527B55 Killarney

📋 copy color: '#527B55'

red 82 ◦ green 123 ◦ blue 85

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

Shades of Killarney #527B55

Tints of Killarney #527B55

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.41%

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 28.28%
G = 42.41%
B = 29.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.52

RGB Variations

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

Color information

#527B55 (or 0x527B55) is known color: Killarney. HEX triplet: 52, 7B and 55. RGB value is (82,123,85). Sum of RGB (Red+Green+Blue) = 82+123+85=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 123 - color contains mainly: green. Hex color #527B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527B55 is #AD84AA. Grayscale: #6A6A6A. Windows color (decimal): -11371691 or 5602130. OLE color: 5602130.

HSL color Cylindrical-coordinate representation of color #527B55: hue angle of 124.39º 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 #527B55 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 123 85 -
CMYK 0.33 0 0.31 0.52
HSL 124.39º 0.2% 0.4% -
HSV(B) 124.39º 0.33% 0.48% -
XYZ 12.2 16.62 11.16 -
YUV 106.41 115.92 110.59 -
System Red Green Blue C M Y K H S L
Decimal 82 123 85 0.33 0 0.31 0.52 124.39 0.2 0.4
Hex 52 7B 55 21 0 1F 34 7C 14 28
Octal 122 173 125 41 0 37 64 174 24 50
Binary 1010010 1111011 1010101 100001 0 11111 110100 1111100 10100 101000

Color Harmonies of #527B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B55

Black with #527B55

Text Example


Text Example

White with #527B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,123,85); }

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

background-color css

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

 a { background-color: rgb(82,123,85); }

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

border-color css

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

 span { border-color: rgb(82,123,85); }

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