Html Css Color HEX #538777 Cutty Sark

📋 copy color: '#538777'

red 83 ◦ green 135 ◦ blue 119

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

Shades of Cutty Sark #538777

Tints of Cutty Sark #538777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.31%

R = 24.63%
G = 40.06%
B = 35.31%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#538777 (or 0x538777) is known color: Cutty Sark. HEX triplet: 53, 87 and 77. RGB value is (83,135,119). Sum of RGB (Red+Green+Blue) = 83+135+119=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #538777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538777 is #AC7888. Grayscale: #757575. Windows color (decimal): -11303049 or 7833427. OLE color: 7833427.

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

Color convert

RGB 83 135 119 -
CMYK 0.39 0 0.12 0.47
HSL 161.54º 0.24% 0.43% -
HSV(B) 161.54º 0.39% 0.53% -
XYZ 15.56 20.5 20.59 -
YUV 117.63 128.77 103.3 -
System Red Green Blue C M Y K H S L
Decimal 83 135 119 0.39 0 0.12 0.47 161.54 0.24 0.43
Hex 53 87 77 27 0 C 2F A2 18 2B
Octal 123 207 167 47 0 14 57 242 30 53
Binary 1010011 10000111 1110111 100111 0 1100 101111 10100010 11000 101011

Color Harmonies of #538777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538777

Black with #538777

Text Example


Text Example

White with #538777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538777; }

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

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

background-color css

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

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

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

border-color css

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

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

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