Html Css Color HEX #538879 Cutty Sark

📋 copy color: '#538879'

red 83 ◦ green 136 ◦ blue 121

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

Shades of Cutty Sark #538879

Tints of Cutty Sark #538879

RGB

 RED value IS 83 (32.81% from 255) = 24.41%

 GREEN value IS 136 (53.52% from 255) = 40%

 BLUE value IS 121 (47.66% from 255) = 35.59%

R = 24.41%
G = 40%
B = 35.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#538879 (or 0x538879) is known color: Cutty Sark. HEX triplet: 53, 88 and 79. RGB value is (83,136,121). Sum of RGB (Red+Green+Blue) = 83+136+121=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #538879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538879 is #AC7786. Grayscale: #767676. Windows color (decimal): -11302791 or 7964755. OLE color: 7964755.

HSL color Cylindrical-coordinate representation of color #538879: hue angle of 163.02º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538879 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 136 121 -
CMYK 0.39 0 0.11 0.47
HSL 163.02º 0.24% 0.43% -
HSV(B) 163.02º 0.39% 0.53% -
XYZ 15.82 20.83 21.28 -
YUV 118.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 83 136 121 0.39 0 0.11 0.47 163.02 0.24 0.43
Hex 53 88 79 27 0 B 2F A3 18 2B
Octal 123 210 171 47 0 13 57 243 30 53
Binary 1010011 10001000 1111001 100111 0 1011 101111 10100011 11000 101011

Color Harmonies of #538879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538879

Black with #538879

Text Example


Text Example

White with #538879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538879; }

 p { color: rgb(83,136,121); }

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

background-color css

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

 a { background-color: rgb(83,136,121); }

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

border-color css

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

 span { border-color: rgb(83,136,121); }

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