Html Css Color HEX #538672 Cutty Sark

📋 copy color: '#538672'

red 83 ◦ green 134 ◦ blue 114

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

Shades of Cutty Sark #538672

Tints of Cutty Sark #538672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.48%

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

R = 25.08%
G = 40.48%
B = 34.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#538672 (or 0x538672) is known color: Cutty Sark. HEX triplet: 53, 86 and 72. RGB value is (83,134,114). Sum of RGB (Red+Green+Blue) = 83+134+114=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #538672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538672 is #AC798D. Grayscale: #747474. Windows color (decimal): -11303310 or 7505491. OLE color: 7505491.

HSL color Cylindrical-coordinate representation of color #538672: hue angle of 156.47º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538672 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 134 114 -
CMYK 0.38 0 0.15 0.47
HSL 156.47º 0.24% 0.43% -
HSV(B) 156.47º 0.38% 0.53% -
XYZ 15.13 20.1 19 -
YUV 116.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 83 134 114 0.38 0 0.15 0.47 156.47 0.24 0.43
Hex 53 86 72 26 0 F 2F 9C 18 2B
Octal 123 206 162 46 0 17 57 234 30 53
Binary 1010011 10000110 1110010 100110 0 1111 101111 10011100 11000 101011

Color Harmonies of #538672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538672

Black with #538672

Text Example


Text Example

White with #538672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538672; }

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

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

background-color css

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

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

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

border-color css

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

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

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