Html Css Color HEX #55906D Cutty Sark

📋 copy color: '#55906D'

red 85 ◦ green 144 ◦ blue 109

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

Shades of Cutty Sark #55906D

Tints of Cutty Sark #55906D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.6%

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 25.15%
G = 42.6%
B = 32.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#55906D (or 0x55906D) is known color: Cutty Sark. HEX triplet: 55, 90 and 6D. RGB value is (85,144,109). Sum of RGB (Red+Green+Blue) = 85+144+109=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #55906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55906D is #AA6F92. Grayscale: #7A7A7A. Windows color (decimal): -11169683 or 7180373. OLE color: 7180373.

HSL color Cylindrical-coordinate representation of color #55906D: hue angle of 144.41º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55906D is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 144 109 -
CMYK 0.41 0 0.24 0.44
HSL 144.41º 0.26% 0.45% -
HSV(B) 144.41º 0.41% 0.56% -
XYZ 16.48 22.98 18.04 -
YUV 122.37 120.45 101.35 -
System Red Green Blue C M Y K H S L
Decimal 85 144 109 0.41 0 0.24 0.44 144.41 0.26 0.45
Hex 55 90 6D 29 0 18 2C 90 1A 2D
Octal 125 220 155 51 0 30 54 220 32 55
Binary 1010101 10010000 1101101 101001 0 11000 101100 10010000 11010 101101

Color Harmonies of #55906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55906D

Black with #55906D

Text Example


Text Example

White with #55906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55906D; }

 p { color: rgb(85,144,109); }

 H1.HeaderClassName
 {
   color: #55906D;
 }
 .AnyTagClassName
 {
   color: #55906D;
 }
</style>

background-color css

<style>
 a { background-color: #55906D; }

 a { background-color: rgb(85,144,109); }

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

border-color css

<style>
 span { border-color: #55906D; }

 span { border-color: rgb(85,144,109); }

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