Html Css Color HEX #558B6B Cutty Sark

📋 copy color: '#558B6B'

red 85 ◦ green 139 ◦ blue 107

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

Shades of Cutty Sark #558B6B

Tints of Cutty Sark #558B6B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.99%

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

R = 25.68%
G = 41.99%
B = 32.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#558B6B (or 0x558B6B) is known color: Cutty Sark. HEX triplet: 55, 8B and 6B. RGB value is (85,139,107). Sum of RGB (Red+Green+Blue) = 85+139+107=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #558B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558B6B is #AA7494. Grayscale: #777777. Windows color (decimal): -11170965 or 7048021. OLE color: 7048021.

HSL color Cylindrical-coordinate representation of color #558B6B: hue angle of 144.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #558B6B is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 139 107 -
CMYK 0.39 0 0.23 0.45
HSL 144.44º 0.24% 0.44% -
HSV(B) 144.44º 0.39% 0.55% -
XYZ 15.63 21.46 17.23 -
YUV 119.21 121.11 103.6 -
System Red Green Blue C M Y K H S L
Decimal 85 139 107 0.39 0 0.23 0.45 144.44 0.24 0.44
Hex 55 8B 6B 27 0 17 2D 90 18 2C
Octal 125 213 153 47 0 27 55 220 30 54
Binary 1010101 10001011 1101011 100111 0 10111 101101 10010000 11000 101100

Color Harmonies of #558B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558B6B

Black with #558B6B

Text Example


Text Example

White with #558B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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