Html Css Color HEX #538B72 Cutty Sark

📋 copy color: '#538B72'

red 83 ◦ green 139 ◦ blue 114

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

Shades of Cutty Sark #538B72

Tints of Cutty Sark #538B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.93%

R = 24.7%
G = 41.37%
B = 33.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#538B72 (or 0x538B72) is known color: Cutty Sark. HEX triplet: 53, 8B and 72. RGB value is (83,139,114). Sum of RGB (Red+Green+Blue) = 83+139+114=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #538B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B72 is #AC748D. Grayscale: #777777. Windows color (decimal): -11302030 or 7506771. OLE color: 7506771.

HSL color Cylindrical-coordinate representation of color #538B72: hue angle of 153.21º 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 #538B72 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 139 114 -
CMYK 0.40 0 0.18 0.45
HSL 153.21º 0.25% 0.44% -
HSV(B) 153.21º 0.4% 0.55% -
XYZ 15.84 21.52 19.24 -
YUV 119.41 124.95 102.03 -
System Red Green Blue C M Y K H S L
Decimal 83 139 114 0.40 0 0.18 0.45 153.21 0.25 0.44
Hex 53 8B 72 28 0 12 2D 99 19 2C
Octal 123 213 162 50 0 22 55 231 31 54
Binary 1010011 10001011 1110010 101000 0 10010 101101 10011001 11001 101100

Color Harmonies of #538B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B72

Black with #538B72

Text Example


Text Example

White with #538B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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