Html Css Color HEX #538274 Cutty Sark

📋 copy color: '#538274'

red 83 ◦ green 130 ◦ blue 116

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

Shades of Cutty Sark #538274

Tints of Cutty Sark #538274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.51%

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

R = 25.23%
G = 39.51%
B = 35.26%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#538274 (or 0x538274) is known color: Cutty Sark. HEX triplet: 53, 82 and 74. RGB value is (83,130,116). Sum of RGB (Red+Green+Blue) = 83+130+116=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #538274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538274 is #AC7D8B. Grayscale: #727272. Windows color (decimal): -11304332 or 7635539. OLE color: 7635539.

HSL color Cylindrical-coordinate representation of color #538274: hue angle of 162.13º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #538274 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 130 116 -
CMYK 0.36 0 0.11 0.49
HSL 162.13º 0.22% 0.42% -
HSV(B) 162.13º 0.36% 0.51% -
XYZ 14.7 19.07 19.43 -
YUV 114.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 83 130 116 0.36 0 0.11 0.49 162.13 0.22 0.42
Hex 53 82 74 24 0 B 31 A2 16 2A
Octal 123 202 164 44 0 13 61 242 26 52
Binary 1010011 10000010 1110100 100100 0 1011 110001 10100010 10110 101010

Color Harmonies of #538274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538274

Black with #538274

Text Example


Text Example

White with #538274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538274; }

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

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

background-color css

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

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

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

border-color css

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

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

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