Html Css Color HEX #55815A Killarney

📋 copy color: '#55815A'

red 85 ◦ green 129 ◦ blue 90

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

Shades of Killarney #55815A

Tints of Killarney #55815A

RGB

 RED value IS 85 (33.59% from 255) = 27.96%

 GREEN value IS 129 (50.78% from 255) = 42.43%

 BLUE value IS 90 (35.55% from 255) = 29.61%

R = 27.96%
G = 42.43%
B = 29.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#55815A (or 0x55815A) is known color: Killarney. HEX triplet: 55, 81 and 5A. RGB value is (85,129,90). Sum of RGB (Red+Green+Blue) = 85+129+90=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #55815A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55815A is #AA7EA5. Grayscale: #6F6F6F. Windows color (decimal): -11173542 or 5931349. OLE color: 5931349.

HSL color Cylindrical-coordinate representation of color #55815A: hue angle of 126.82º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55815A is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 129 90 -
CMYK 0.34 0 0.30 0.49
HSL 126.82º 0.21% 0.42% -
HSV(B) 126.82º 0.34% 0.51% -
XYZ 13.44 18.37 12.51 -
YUV 111.4 115.92 109.17 -
System Red Green Blue C M Y K H S L
Decimal 85 129 90 0.34 0 0.30 0.49 126.82 0.21 0.42
Hex 55 81 5A 22 0 1E 31 7F 15 2A
Octal 125 201 132 42 0 36 61 177 25 52
Binary 1010101 10000001 1011010 100010 0 11110 110001 1111111 10101 101010

Color Harmonies of #55815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55815A

Black with #55815A

Text Example


Text Example

White with #55815A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55815A; }

 p { color: rgb(85,129,90); }

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

background-color css

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

 a { background-color: rgb(85,129,90); }

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

border-color css

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

 span { border-color: rgb(85,129,90); }

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