#569275

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

Shades of Cutty Sark #569275

Tints of Cutty Sark #569275

Color information

#569275 (or 0x569275) is unknown color: approx Cutty Sark. HEX triplet: 56, 92 and 75. RGB value is (86,146,117). Sum of RGB (Red+Green+Blue) = 86+146+117=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #569275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569275 is #A96D8A. Grayscale: #7C7C7C. Windows color (decimal): -11103627 or 7705174. OLE color: 7705174.

HSL color Cylindrical-coordinate representation of color #569275: hue angle of 151º 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 #569275 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB86146117-
CMYK0.4100.200.43
HSL151º25.86%45.49%-
HSV(B)151º41.1%57.25%-
XYZ17.3323.8220.51-
YUV124.75123.62100.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.64%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=24.64%
G=41.83%
B=33.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861461170.4100.200.4315125.8645.49
Hex569275290142B971a2d
Octal12622216551024532273255
Binary10101101001001011101011010010101001010111001011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569275; }

 p { color: rgb(86,146,117); }

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

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

 a { background-color: rgb(86,146,117); }

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

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

 span { border-color: rgb(86,146,117); }

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