Html Css Color HEX #537867 Cutty Sark

📋 copy color: '#537867'

red 83 ◦ green 120 ◦ blue 103

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

Shades of Cutty Sark #537867

Tints of Cutty Sark #537867

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.22%

 BLUE value IS 103 (40.63% from 255) = 33.66%

R = 27.12%
G = 39.22%
B = 33.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#537867 (or 0x537867) is known color: Cutty Sark. HEX triplet: 53, 78 and 67. RGB value is (83,120,103). Sum of RGB (Red+Green+Blue) = 83+120+103=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #537867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537867 is #AC8798. Grayscale: #6B6B6B. Windows color (decimal): -11306905 or 6781011. OLE color: 6781011.

HSL color Cylindrical-coordinate representation of color #537867: hue angle of 152.43º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #537867 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 120 103 -
CMYK 0.31 0 0.14 0.53
HSL 152.43º 0.18% 0.4% -
HSV(B) 152.43º 0.31% 0.47% -
XYZ 12.73 16.25 15.3 -
YUV 107 125.74 110.88 -
System Red Green Blue C M Y K H S L
Decimal 83 120 103 0.31 0 0.14 0.53 152.43 0.18 0.4
Hex 53 78 67 1F 0 E 35 98 12 28
Octal 123 170 147 37 0 16 65 230 22 50
Binary 1010011 1111000 1100111 11111 0 1110 110101 10011000 10010 101000

Color Harmonies of #537867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537867

Black with #537867

Text Example


Text Example

White with #537867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537867; }

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

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

background-color css

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

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

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

border-color css

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

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

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