Html Css Color HEX #538478 Cutty Sark

📋 copy color: '#538478'

red 83 ◦ green 132 ◦ blue 120

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

Shades of Cutty Sark #538478

Tints of Cutty Sark #538478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.4%

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

R = 24.78%
G = 39.4%
B = 35.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#538478 (or 0x538478) is known color: Cutty Sark. HEX triplet: 53, 84 and 78. RGB value is (83,132,120). Sum of RGB (Red+Green+Blue) = 83+132+120=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #538478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538478 is #AC7B87. Grayscale: #737373. Windows color (decimal): -11303816 or 7898195. OLE color: 7898195.

HSL color Cylindrical-coordinate representation of color #538478: hue angle of 165.31º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538478 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 132 120 -
CMYK 0.37 0 0.09 0.48
HSL 165.31º 0.23% 0.42% -
HSV(B) 165.31º 0.37% 0.52% -
XYZ 15.21 19.7 20.77 -
YUV 115.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 83 132 120 0.37 0 0.09 0.48 165.31 0.23 0.42
Hex 53 84 78 25 0 9 30 A5 17 2A
Octal 123 204 170 45 0 11 60 245 27 52
Binary 1010011 10000100 1111000 100101 0 1001 110000 10100101 10111 101010

Color Harmonies of #538478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538478

Black with #538478

Text Example


Text Example

White with #538478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538478; }

 p { color: rgb(83,132,120); }

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

background-color css

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

 a { background-color: rgb(83,132,120); }

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

border-color css

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

 span { border-color: rgb(83,132,120); }

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