Html Css Color HEX #53897B Cutty Sark

📋 copy color: '#53897B'

red 83 ◦ green 137 ◦ blue 123

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

Shades of Cutty Sark #53897B

Tints of Cutty Sark #53897B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.94%

 BLUE value IS 123 (48.44% from 255) = 35.86%

R = 24.2%
G = 39.94%
B = 35.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#53897B (or 0x53897B) is known color: Cutty Sark. HEX triplet: 53, 89 and 7B. RGB value is (83,137,123). Sum of RGB (Red+Green+Blue) = 83+137+123=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #53897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53897B is #AC7684. Grayscale: #777777. Windows color (decimal): -11302533 or 8096083. OLE color: 8096083.

HSL color Cylindrical-coordinate representation of color #53897B: hue angle of 164.44º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53897B is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 137 123 -
CMYK 0.39 0 0.10 0.46
HSL 164.44º 0.25% 0.43% -
HSV(B) 164.44º 0.39% 0.54% -
XYZ 16.09 21.16 21.98 -
YUV 119.26 130.11 102.14 -
System Red Green Blue C M Y K H S L
Decimal 83 137 123 0.39 0 0.10 0.46 164.44 0.25 0.43
Hex 53 89 7B 27 0 A 2E A4 19 2B
Octal 123 211 173 47 0 12 56 244 31 53
Binary 1010011 10001001 1111011 100111 0 1010 101110 10100100 11001 101011

Color Harmonies of #53897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53897B

Black with #53897B

Text Example


Text Example

White with #53897B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53897B; }

 p { color: rgb(83,137,123); }

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

background-color css

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

 a { background-color: rgb(83,137,123); }

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

border-color css

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

 span { border-color: rgb(83,137,123); }

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