Html Css Color HEX #538A6B Cutty Sark

📋 copy color: '#538A6B'

red 83 ◦ green 138 ◦ blue 107

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

Shades of Cutty Sark #538A6B

Tints of Cutty Sark #538A6B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.07%

 BLUE value IS 107 (42.19% from 255) = 32.62%

R = 25.3%
G = 42.07%
B = 32.62%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#538A6B (or 0x538A6B) is known color: Cutty Sark. HEX triplet: 53, 8A and 6B. RGB value is (83,138,107). Sum of RGB (Red+Green+Blue) = 83+138+107=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 138 - color contains mainly: green. Hex color #538A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538A6B is #AC7594. Grayscale: #767676. Windows color (decimal): -11302293 or 7047763. OLE color: 7047763.

HSL color Cylindrical-coordinate representation of color #538A6B: hue angle of 146.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538A6B is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 138 107 -
CMYK 0.40 0 0.22 0.46
HSL 146.18º 0.25% 0.43% -
HSV(B) 146.18º 0.4% 0.54% -
XYZ 15.31 21.08 17.17 -
YUV 118.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 83 138 107 0.40 0 0.22 0.46 146.18 0.25 0.43
Hex 53 8A 6B 28 0 16 2E 92 19 2B
Octal 123 212 153 50 0 26 56 222 31 53
Binary 1010011 10001010 1101011 101000 0 10110 101110 10010010 11001 101011

Color Harmonies of #538A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538A6B

Black with #538A6B

Text Example


Text Example

White with #538A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538A6B; }

 p { color: rgb(83,138,107); }

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

background-color css

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

 a { background-color: rgb(83,138,107); }

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

border-color css

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

 span { border-color: rgb(83,138,107); }

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