Html Css Color HEX #557B58 Killarney

📋 copy color: '#557B58'

red 85 ◦ green 123 ◦ blue 88

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

Shades of Killarney #557B58

Tints of Killarney #557B58

RGB

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

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

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

R = 28.72%
G = 41.55%
B = 29.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#557B58 (or 0x557B58) is known color: Killarney. HEX triplet: 55, 7B and 58. RGB value is (85,123,88). Sum of RGB (Red+Green+Blue) = 85+123+88=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 123 - color contains mainly: green. Hex color #557B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B58 is #AA84A7. Grayscale: #6B6B6B. Windows color (decimal): -11175080 or 5798741. OLE color: 5798741.

HSL color Cylindrical-coordinate representation of color #557B58: hue angle of 124.74º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557B58 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 123 88 -
CMYK 0.31 0 0.28 0.52
HSL 124.74º 0.18% 0.41% -
HSV(B) 124.74º 0.31% 0.48% -
XYZ 12.59 16.8 11.81 -
YUV 107.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 85 123 88 0.31 0 0.28 0.52 124.74 0.18 0.41
Hex 55 7B 58 1F 0 1C 34 7D 12 29
Octal 125 173 130 37 0 34 64 175 22 51
Binary 1010101 1111011 1011000 11111 0 11100 110100 1111101 10010 101001

Color Harmonies of #557B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B58

Black with #557B58

Text Example


Text Example

White with #557B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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