Html Css Color HEX #536C55 Killarney

📋 copy color: '#536C55'

red 83 ◦ green 108 ◦ blue 85

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

Shades of Killarney #536C55

Tints of Killarney #536C55

RGB

 RED value IS 83 (32.81% from 255) = 30.07%

 GREEN value IS 108 (42.58% from 255) = 39.13%

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

R = 30.07%
G = 39.13%
B = 30.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#536C55 (or 0x536C55) is known color: Killarney. HEX triplet: 53, 6C and 55. RGB value is (83,108,85). Sum of RGB (Red+Green+Blue) = 83+108+85=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 108 - color contains mainly: green. Hex color #536C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536C55 is #AC93AA. Grayscale: #616161. Windows color (decimal): -11309995 or 5598291. OLE color: 5598291.

HSL color Cylindrical-coordinate representation of color #536C55: hue angle of 124.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #536C55 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 108 85 -
CMYK 0.23 0 0.21 0.58
HSL 124.8º 0.13% 0.37% -
HSV(B) 124.8º 0.23% 0.42% -
XYZ 10.57 13.22 10.59 -
YUV 97.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 83 108 85 0.23 0 0.21 0.58 124.8 0.13 0.37
Hex 53 6C 55 17 0 15 3A 7D D 25
Octal 123 154 125 27 0 25 72 175 15 45
Binary 1010011 1101100 1010101 10111 0 10101 111010 1111101 1101 100101

Color Harmonies of #536C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536C55

Black with #536C55

Text Example


Text Example

White with #536C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536C55; }

 p { color: rgb(83,108,85); }

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

background-color css

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

 a { background-color: rgb(83,108,85); }

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

border-color css

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

 span { border-color: rgb(83,108,85); }

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