Html Css Color HEX #538B74 Cutty Sark

📋 copy color: '#538B74'

red 83 ◦ green 139 ◦ blue 116

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

Shades of Cutty Sark #538B74

Tints of Cutty Sark #538B74

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.12%

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

R = 24.56%
G = 41.12%
B = 34.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#538B74 (or 0x538B74) is known color: Cutty Sark. HEX triplet: 53, 8B and 74. RGB value is (83,139,116). Sum of RGB (Red+Green+Blue) = 83+139+116=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 139 - color contains mainly: green. Hex color #538B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B74 is #AC748B. Grayscale: #777777. Windows color (decimal): -11302028 or 7637843. OLE color: 7637843.

HSL color Cylindrical-coordinate representation of color #538B74: hue angle of 155.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538B74 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 139 116 -
CMYK 0.40 0 0.17 0.45
HSL 155.36º 0.25% 0.44% -
HSV(B) 155.36º 0.4% 0.55% -
XYZ 15.95 21.57 19.84 -
YUV 119.63 125.95 101.87 -
System Red Green Blue C M Y K H S L
Decimal 83 139 116 0.40 0 0.17 0.45 155.36 0.25 0.44
Hex 53 8B 74 28 0 11 2D 9B 19 2C
Octal 123 213 164 50 0 21 55 233 31 54
Binary 1010011 10001011 1110100 101000 0 10001 101101 10011011 11001 101100

Color Harmonies of #538B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B74

Black with #538B74

Text Example


Text Example

White with #538B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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