Html Css Color HEX #538469 Cutty Sark

📋 copy color: '#538469'

red 83 ◦ green 132 ◦ blue 105

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

Shades of Cutty Sark #538469

Tints of Cutty Sark #538469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.25%

 BLUE value IS 105 (41.41% from 255) = 32.81%

R = 25.94%
G = 41.25%
B = 32.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#538469 (or 0x538469) is known color: Cutty Sark. HEX triplet: 53, 84 and 69. RGB value is (83,132,105). Sum of RGB (Red+Green+Blue) = 83+132+105=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #538469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538469 is #AC7B96. Grayscale: #727272. Windows color (decimal): -11303831 or 6915155. OLE color: 6915155.

HSL color Cylindrical-coordinate representation of color #538469: hue angle of 146.94º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538469 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 132 105 -
CMYK 0.37 0 0.20 0.48
HSL 146.94º 0.23% 0.42% -
HSV(B) 146.94º 0.37% 0.52% -
XYZ 14.37 19.36 16.34 -
YUV 114.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 83 132 105 0.37 0 0.20 0.48 146.94 0.23 0.42
Hex 53 84 69 25 0 14 30 93 17 2A
Octal 123 204 151 45 0 24 60 223 27 52
Binary 1010011 10000100 1101001 100101 0 10100 110000 10010011 10111 101010

Color Harmonies of #538469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538469

Black with #538469

Text Example


Text Example

White with #538469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538469; }

 p { color: rgb(83,132,105); }

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

background-color css

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

 a { background-color: rgb(83,132,105); }

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

border-color css

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

 span { border-color: rgb(83,132,105); }

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