Html Css Color HEX #55906B Cutty Sark

📋 copy color: '#55906B'

red 85 ◦ green 144 ◦ blue 107

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

Shades of Cutty Sark #55906B

Tints of Cutty Sark #55906B

RGB

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

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

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

R = 25.3%
G = 42.86%
B = 31.85%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#55906B (or 0x55906B) is known color: Cutty Sark. HEX triplet: 55, 90 and 6B. RGB value is (85,144,107). Sum of RGB (Red+Green+Blue) = 85+144+107=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 144 - color contains mainly: green. Hex color #55906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55906B is #AA6F94. Grayscale: #7A7A7A. Windows color (decimal): -11169685 or 7049301. OLE color: 7049301.

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

Color convert

RGB 85 144 107 -
CMYK 0.41 0 0.26 0.44
HSL 142.37º 0.26% 0.45% -
HSV(B) 142.37º 0.41% 0.56% -
XYZ 16.37 22.94 17.47 -
YUV 122.14 119.45 101.51 -
System Red Green Blue C M Y K H S L
Decimal 85 144 107 0.41 0 0.26 0.44 142.37 0.26 0.45
Hex 55 90 6B 29 0 1A 2C 8E 1A 2D
Octal 125 220 153 51 0 32 54 216 32 55
Binary 1010101 10010000 1101011 101001 0 11010 101100 10001110 11010 101101

Color Harmonies of #55906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55906B

Black with #55906B

Text Example


Text Example

White with #55906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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