Html Css Color HEX #538770 Cutty Sark

📋 copy color: '#538770'

red 83 ◦ green 135 ◦ blue 112

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

Shades of Cutty Sark #538770

Tints of Cutty Sark #538770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.91%

 BLUE value IS 112 (44.14% from 255) = 33.94%

R = 25.15%
G = 40.91%
B = 33.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#538770 (or 0x538770) is known color: Cutty Sark. HEX triplet: 53, 87 and 70. RGB value is (83,135,112). Sum of RGB (Red+Green+Blue) = 83+135+112=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #538770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538770 is #AC788F. Grayscale: #747474. Windows color (decimal): -11303056 or 7374675. OLE color: 7374675.

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

Color convert

RGB 83 135 112 -
CMYK 0.39 0 0.17 0.47
HSL 153.46º 0.24% 0.43% -
HSV(B) 153.46º 0.39% 0.53% -
XYZ 15.16 20.34 18.46 -
YUV 116.83 125.27 103.87 -
System Red Green Blue C M Y K H S L
Decimal 83 135 112 0.39 0 0.17 0.47 153.46 0.24 0.43
Hex 53 87 70 27 0 11 2F 99 18 2B
Octal 123 207 160 47 0 21 57 231 30 53
Binary 1010011 10000111 1110000 100111 0 10001 101111 10011001 11000 101011

Color Harmonies of #538770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538770

Black with #538770

Text Example


Text Example

White with #538770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538770; }

 p { color: rgb(83,135,112); }

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

background-color css

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

 a { background-color: rgb(83,135,112); }

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

border-color css

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

 span { border-color: rgb(83,135,112); }

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