Html Css Color HEX #538874 Cutty Sark

📋 copy color: '#538874'

red 83 ◦ green 136 ◦ blue 116

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

Shades of Cutty Sark #538874

Tints of Cutty Sark #538874

RGB

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

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

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

R = 24.78%
G = 40.6%
B = 34.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#538874 (or 0x538874) is known color: Cutty Sark. HEX triplet: 53, 88 and 74. RGB value is (83,136,116). Sum of RGB (Red+Green+Blue) = 83+136+116=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #538874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538874 is #AC778B. Grayscale: #757575. Windows color (decimal): -11302796 or 7637075. OLE color: 7637075.

HSL color Cylindrical-coordinate representation of color #538874: hue angle of 157.36º 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 #538874 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 136 116 -
CMYK 0.39 0 0.15 0.47
HSL 157.36º 0.24% 0.43% -
HSV(B) 157.36º 0.39% 0.53% -
XYZ 15.52 20.71 19.7 -
YUV 117.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 83 136 116 0.39 0 0.15 0.47 157.36 0.24 0.43
Hex 53 88 74 27 0 F 2F 9D 18 2B
Octal 123 210 164 47 0 17 57 235 30 53
Binary 1010011 10001000 1110100 100111 0 1111 101111 10011101 11000 101011

Color Harmonies of #538874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538874

Black with #538874

Text Example


Text Example

White with #538874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538874; }

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

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

background-color css

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

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

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

border-color css

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

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

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