Html Css Color HEX #578A7C Cutty Sark

📋 copy color: '#578A7C'

red 87 ◦ green 138 ◦ blue 124

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

Shades of Cutty Sark #578A7C

Tints of Cutty Sark #578A7C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.54%

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 24.93%
G = 39.54%
B = 35.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#578A7C (or 0x578A7C) is known color: Cutty Sark. HEX triplet: 57, 8A and 7C. RGB value is (87,138,124). Sum of RGB (Red+Green+Blue) = 87+138+124=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 138 - color contains mainly: green. Hex color #578A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578A7C is #A87583. Grayscale: #797979. Windows color (decimal): -11040132 or 8161879. OLE color: 8161879.

HSL color Cylindrical-coordinate representation of color #578A7C: hue angle of 163.53º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #578A7C is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 138 124 -
CMYK 0.37 0 0.10 0.46
HSL 163.53º 0.23% 0.44% -
HSV(B) 163.53º 0.37% 0.54% -
XYZ 16.66 21.66 22.37 -
YUV 121.16 129.6 103.64 -
System Red Green Blue C M Y K H S L
Decimal 87 138 124 0.37 0 0.10 0.46 163.53 0.23 0.44
Hex 57 8A 7C 25 0 A 2E A4 17 2C
Octal 127 212 174 45 0 12 56 244 27 54
Binary 1010111 10001010 1111100 100101 0 1010 101110 10100100 10111 101100

Color Harmonies of #578A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578A7C

Black with #578A7C

Text Example


Text Example

White with #578A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,138,124); }

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

background-color css

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

 a { background-color: rgb(87,138,124); }

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

border-color css

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

 span { border-color: rgb(87,138,124); }

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