Html Css Color HEX #536F55 Killarney

📋 copy color: '#536F55'

red 83 ◦ green 111 ◦ blue 85

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

Shades of Killarney #536F55

Tints of Killarney #536F55

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.78%

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

R = 29.75%
G = 39.78%
B = 30.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#536F55 (or 0x536F55) is known color: Killarney. HEX triplet: 53, 6F and 55. RGB value is (83,111,85). Sum of RGB (Red+Green+Blue) = 83+111+85=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 111 - color contains mainly: green. Hex color #536F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F55 is #AC90AA. Grayscale: #636363. Windows color (decimal): -11309227 or 5599059. OLE color: 5599059.

HSL color Cylindrical-coordinate representation of color #536F55: hue angle of 124.29º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #536F55 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 111 85 -
CMYK 0.25 0 0.23 0.56
HSL 124.29º 0.14% 0.38% -
HSV(B) 124.29º 0.25% 0.44% -
XYZ 10.89 13.86 10.7 -
YUV 99.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 83 111 85 0.25 0 0.23 0.56 124.29 0.14 0.38
Hex 53 6F 55 19 0 17 38 7C E 26
Octal 123 157 125 31 0 27 70 174 16 46
Binary 1010011 1101111 1010101 11001 0 10111 111000 1111100 1110 100110

Color Harmonies of #536F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F55

Black with #536F55

Text Example


Text Example

White with #536F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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