Html Css Color HEX #538A78 Cutty Sark

📋 copy color: '#538A78'

red 83 ◦ green 138 ◦ blue 120

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

Shades of Cutty Sark #538A78

Tints of Cutty Sark #538A78

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.47%

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

R = 24.34%
G = 40.47%
B = 35.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#538A78 (or 0x538A78) is known color: Cutty Sark. HEX triplet: 53, 8A and 78. RGB value is (83,138,120). Sum of RGB (Red+Green+Blue) = 83+138+120=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 138 - color contains mainly: green. Hex color #538A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538A78 is #AC7587. Grayscale: #777777. Windows color (decimal): -11302280 or 7899731. OLE color: 7899731.

HSL color Cylindrical-coordinate representation of color #538A78: hue angle of 160.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538A78 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 138 120 -
CMYK 0.40 0 0.13 0.46
HSL 160.36º 0.25% 0.43% -
HSV(B) 160.36º 0.4% 0.54% -
XYZ 16.05 21.37 21.05 -
YUV 119.5 128.28 101.96 -
System Red Green Blue C M Y K H S L
Decimal 83 138 120 0.40 0 0.13 0.46 160.36 0.25 0.43
Hex 53 8A 78 28 0 D 2E A0 19 2B
Octal 123 212 170 50 0 15 56 240 31 53
Binary 1010011 10001010 1111000 101000 0 1101 101110 10100000 11001 101011

Color Harmonies of #538A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538A78

Black with #538A78

Text Example


Text Example

White with #538A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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