#569172

Color #569172 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #569172

Tints of Cutty Sark #569172

Color information

#569172 (or 0x569172) is unknown color: approx Cutty Sark. HEX triplet: 56, 91 and 72. RGB value is (86,145,114). Sum of RGB (Red+Green+Blue) = 86+145+114=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #569172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569172 is #A96E8D. Grayscale: #7B7B7B. Windows color (decimal): -11103886 or 7508310. OLE color: 7508310.

HSL color Cylindrical-coordinate representation of color #569172: hue angle of 148.47º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #569172 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB86145114-
CMYK0.4100.210.43
HSL148.47º25.54%45.29%-
HSV(B)148.47º40.69%56.86%-
XYZ1723.4419.55-
YUV123.82122.45101.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 145 (57.03% from 255) = 42.03%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=24.93%
G=42.03%
B=33.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861451140.4100.210.43148.4725.5445.29
Hex569172290152B941a2d
Octal12622116251025532243255
Binary10101101001000111100101010010101011010111001010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569172; }

 p { color: rgb(86,145,114); }

 H1.HeaderClassName
 {
   color: #569172;
 }
 .AnyTagClassName
 {
   color: #569172;
 }
</style>
background-color css

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

 a { background-color: rgb(86,145,114); }

 div.DivClassName
 {
   background-color: #569172;
 }
 .BgClassName
 {
   background-color: #569172;
 }
</style>
border-color css

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

 span { border-color: rgb(86,145,114); }

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