Html Css Color HEX #579474 Cutty Sark

📋 copy color: '#579474'

red 87 ◦ green 148 ◦ blue 116

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

Shades of Cutty Sark #579474

Tints of Cutty Sark #579474

RGB

 RED value IS 87 (34.38% from 255) = 24.79%

 GREEN value IS 148 (58.2% from 255) = 42.17%

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 24.79%
G = 42.17%
B = 33.05%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#579474 (or 0x579474) is known color: Cutty Sark. HEX triplet: 57, 94 and 74. RGB value is (87,148,116). Sum of RGB (Red+Green+Blue) = 87+148+116=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #579474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579474 is #A86B8B. Grayscale: #7E7E7E. Windows color (decimal): -11037580 or 7640151. OLE color: 7640151.

HSL color Cylindrical-coordinate representation of color #579474: hue angle of 148.52º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #579474 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 148 116 -
CMYK 0.41 0 0.22 0.42
HSL 148.52º 0.26% 0.46% -
HSV(B) 148.52º 0.41% 0.58% -
XYZ 17.67 24.47 20.31 -
YUV 126.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 87 148 116 0.41 0 0.22 0.42 148.52 0.26 0.46
Hex 57 94 74 29 0 16 2A 95 1A 2E
Octal 127 224 164 51 0 26 52 225 32 56
Binary 1010111 10010100 1110100 101001 0 10110 101010 10010101 11010 101110

Color Harmonies of #579474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579474

Black with #579474

Text Example


Text Example

White with #579474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579474; }

 p { color: rgb(87,148,116); }

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

background-color css

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

 a { background-color: rgb(87,148,116); }

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

border-color css

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

 span { border-color: rgb(87,148,116); }

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