Html Css Color HEX #569075 Cutty Sark

📋 copy color: '#569075'

red 86 ◦ green 144 ◦ blue 117

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

Shades of Cutty Sark #569075

Tints of Cutty Sark #569075

RGB

 RED value IS 86 (33.98% from 255) = 24.78%

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

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 24.78%
G = 41.5%
B = 33.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#569075 (or 0x569075) is known color: Cutty Sark. HEX triplet: 56, 90 and 75. RGB value is (86,144,117). Sum of RGB (Red+Green+Blue) = 86+144+117=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #569075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569075 is #A96F8A. Grayscale: #7B7B7B. Windows color (decimal): -11104139 or 7704662. OLE color: 7704662.

HSL color Cylindrical-coordinate representation of color #569075: hue angle of 152.07º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #569075 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 144 117 -
CMYK 0.40 0 0.19 0.44
HSL 152.07º 0.25% 0.45% -
HSV(B) 152.07º 0.4% 0.56% -
XYZ 17.02 23.21 20.41 -
YUV 123.58 124.28 101.2 -
System Red Green Blue C M Y K H S L
Decimal 86 144 117 0.40 0 0.19 0.44 152.07 0.25 0.45
Hex 56 90 75 28 0 13 2C 98 19 2D
Octal 126 220 165 50 0 23 54 230 31 55
Binary 1010110 10010000 1110101 101000 0 10011 101100 10011000 11001 101101

Color Harmonies of #569075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569075

Black with #569075

Text Example


Text Example

White with #569075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569075; }

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

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

background-color css

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

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

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

border-color css

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

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

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