Html Css Color HEX #55906F Cutty Sark

📋 copy color: '#55906F'

red 85 ◦ green 144 ◦ blue 111

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

Shades of Cutty Sark #55906F

Tints of Cutty Sark #55906F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.65%

R = 25%
G = 42.35%
B = 32.65%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#55906F (or 0x55906F) is known color: Cutty Sark. HEX triplet: 55, 90 and 6F. RGB value is (85,144,111). Sum of RGB (Red+Green+Blue) = 85+144+111=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #55906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55906F is #AA6F90. Grayscale: #7A7A7A. Windows color (decimal): -11169681 or 7311445. OLE color: 7311445.

HSL color Cylindrical-coordinate representation of color #55906F: hue angle of 146.44º 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 #55906F is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 144 111 -
CMYK 0.41 0 0.23 0.44
HSL 146.44º 0.26% 0.45% -
HSV(B) 146.44º 0.41% 0.56% -
XYZ 16.59 23.03 18.61 -
YUV 122.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 85 144 111 0.41 0 0.23 0.44 146.44 0.26 0.45
Hex 55 90 6F 29 0 17 2C 92 1A 2D
Octal 125 220 157 51 0 27 54 222 32 55
Binary 1010101 10010000 1101111 101001 0 10111 101100 10010010 11010 101101

Color Harmonies of #55906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55906F

Black with #55906F

Text Example


Text Example

White with #55906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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