Html Css Color HEX #598278 Cutty Sark

📋 copy color: '#598278'

red 89 ◦ green 130 ◦ blue 120

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

Shades of Cutty Sark #598278

Tints of Cutty Sark #598278

RGB

 RED value IS 89 (35.16% from 255) = 26.25%

 GREEN value IS 130 (51.17% from 255) = 38.35%

 BLUE value IS 120 (47.27% from 255) = 35.4%

R = 26.25%
G = 38.35%
B = 35.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#598278 (or 0x598278) is known color: Cutty Sark. HEX triplet: 59, 82 and 78. RGB value is (89,130,120). Sum of RGB (Red+Green+Blue) = 89+130+120=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #598278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598278 is #A67D87. Grayscale: #747474. Windows color (decimal): -10911112 or 7897689. OLE color: 7897689.

HSL color Cylindrical-coordinate representation of color #598278: hue angle of 165.37º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #598278 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 89 130 120 -
CMYK 0.32 0 0.08 0.49
HSL 165.37º 0.19% 0.43% -
HSV(B) 165.37º 0.32% 0.51% -
XYZ 15.49 19.45 20.71 -
YUV 116.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 89 130 120 0.32 0 0.08 0.49 165.37 0.19 0.43
Hex 59 82 78 20 0 8 31 A5 13 2B
Octal 131 202 170 40 0 10 61 245 23 53
Binary 1011001 10000010 1111000 100000 0 1000 110001 10100101 10011 101011

Color Harmonies of #598278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598278

Black with #598278

Text Example


Text Example

White with #598278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598278; }

 p { color: rgb(89,130,120); }

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

background-color css

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

 a { background-color: rgb(89,130,120); }

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

border-color css

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

 span { border-color: rgb(89,130,120); }

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