Html Css Color HEX #558A6B Cutty Sark

📋 copy color: '#558A6B'

red 85 ◦ green 138 ◦ blue 107

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

Shades of Cutty Sark #558A6B

Tints of Cutty Sark #558A6B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.82%

 BLUE value IS 107 (42.19% from 255) = 32.42%

R = 25.76%
G = 41.82%
B = 32.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#558A6B (or 0x558A6B) is known color: Cutty Sark. HEX triplet: 55, 8A and 6B. RGB value is (85,138,107). Sum of RGB (Red+Green+Blue) = 85+138+107=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #558A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558A6B is #AA7594. Grayscale: #767676. Windows color (decimal): -11171221 or 7047765. OLE color: 7047765.

HSL color Cylindrical-coordinate representation of color #558A6B: hue angle of 144.91º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558A6B is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 138 107 -
CMYK 0.38 0 0.22 0.46
HSL 144.91º 0.24% 0.44% -
HSV(B) 144.91º 0.38% 0.54% -
XYZ 15.49 21.17 17.18 -
YUV 118.62 121.44 104.02 -
System Red Green Blue C M Y K H S L
Decimal 85 138 107 0.38 0 0.22 0.46 144.91 0.24 0.44
Hex 55 8A 6B 26 0 16 2E 91 18 2C
Octal 125 212 153 46 0 26 56 221 30 54
Binary 1010101 10001010 1101011 100110 0 10110 101110 10010001 11000 101100

Color Harmonies of #558A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558A6B

Black with #558A6B

Text Example


Text Example

White with #558A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558A6B; }

 p { color: rgb(85,138,107); }

 H1.HeaderClassName
 {
   color: #558A6B;
 }
 .AnyTagClassName
 {
   color: #558A6B;
 }
</style>

background-color css

<style>
 a { background-color: #558A6B; }

 a { background-color: rgb(85,138,107); }

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

border-color css

<style>
 span { border-color: #558A6B; }

 span { border-color: rgb(85,138,107); }

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