Html Css Color HEX #578E7A Cutty Sark

📋 copy color: '#578E7A'

red 87 ◦ green 142 ◦ blue 122

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

Shades of Cutty Sark #578E7A

Tints of Cutty Sark #578E7A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.46%

 BLUE value IS 122 (48.05% from 255) = 34.76%

R = 24.79%
G = 40.46%
B = 34.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#578E7A (or 0x578E7A) is known color: Cutty Sark. HEX triplet: 57, 8E and 7A. RGB value is (87,142,122). Sum of RGB (Red+Green+Blue) = 87+142+122=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 142 - color contains mainly: green. Hex color #578E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578E7A is #A87185. Grayscale: #7B7B7B. Windows color (decimal): -11039110 or 8031831. OLE color: 8031831.

HSL color Cylindrical-coordinate representation of color #578E7A: hue angle of 158.18º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #578E7A is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 142 122 -
CMYK 0.39 0 0.14 0.44
HSL 158.18º 0.24% 0.45% -
HSV(B) 158.18º 0.39% 0.56% -
XYZ 17.12 22.78 21.91 -
YUV 123.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 87 142 122 0.39 0 0.14 0.44 158.18 0.24 0.45
Hex 57 8E 7A 27 0 E 2C 9E 18 2D
Octal 127 216 172 47 0 16 54 236 30 55
Binary 1010111 10001110 1111010 100111 0 1110 101100 10011110 11000 101101

Color Harmonies of #578E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578E7A

Black with #578E7A

Text Example


Text Example

White with #578E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578E7A; }

 p { color: rgb(87,142,122); }

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

background-color css

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

 a { background-color: rgb(87,142,122); }

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

border-color css

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

 span { border-color: rgb(87,142,122); }

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