Html Css Color HEX #53906F Cutty Sark

📋 copy color: '#53906F'

red 83 ◦ green 144 ◦ blue 111

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

Shades of Cutty Sark #53906F

Tints of Cutty Sark #53906F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.6%

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 24.56%
G = 42.6%
B = 32.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#53906F (or 0x53906F) is known color: Cutty Sark. HEX triplet: 53, 90 and 6F. RGB value is (83,144,111). Sum of RGB (Red+Green+Blue) = 83+144+111=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #53906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53906F is #AC6F90. Grayscale: #7A7A7A. Windows color (decimal): -11300753 or 7311443. OLE color: 7311443.

HSL color Cylindrical-coordinate representation of color #53906F: hue angle of 147.54º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53906F is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 144 111 -
CMYK 0.42 0 0.23 0.44
HSL 147.54º 0.27% 0.45% -
HSV(B) 147.54º 0.42% 0.56% -
XYZ 16.41 22.93 18.6 -
YUV 122 121.79 100.18 -
System Red Green Blue C M Y K H S L
Decimal 83 144 111 0.42 0 0.23 0.44 147.54 0.27 0.45
Hex 53 90 6F 2A 0 17 2C 94 1B 2D
Octal 123 220 157 52 0 27 54 224 33 55
Binary 1010011 10010000 1101111 101010 0 10111 101100 10010100 11011 101101

Color Harmonies of #53906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53906F

Black with #53906F

Text Example


Text Example

White with #53906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53906F; }

 p { color: rgb(83,144,111); }

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

background-color css

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

 a { background-color: rgb(83,144,111); }

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

border-color css

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

 span { border-color: rgb(83,144,111); }

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