Html Css Color HEX #52906D Cutty Sark

📋 copy color: '#52906D'

red 82 ◦ green 144 ◦ blue 109

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

Shades of Cutty Sark #52906D

Tints of Cutty Sark #52906D

RGB

 RED value IS 82 (32.42% from 255) = 24.48%

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

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 24.48%
G = 42.99%
B = 32.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#52906D (or 0x52906D) is known color: Cutty Sark. HEX triplet: 52, 90 and 6D. RGB value is (82,144,109). Sum of RGB (Red+Green+Blue) = 82+144+109=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #52906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52906D is #AD6F92. Grayscale: #797979. Windows color (decimal): -11366291 or 7180370. OLE color: 7180370.

HSL color Cylindrical-coordinate representation of color #52906D: hue angle of 146.13º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52906D is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 144 109 -
CMYK 0.43 0 0.24 0.44
HSL 146.13º 0.27% 0.44% -
HSV(B) 146.13º 0.43% 0.56% -
XYZ 16.21 22.84 18.02 -
YUV 121.47 120.96 99.85 -
System Red Green Blue C M Y K H S L
Decimal 82 144 109 0.43 0 0.24 0.44 146.13 0.27 0.44
Hex 52 90 6D 2B 0 18 2C 92 1B 2C
Octal 122 220 155 53 0 30 54 222 33 54
Binary 1010010 10010000 1101101 101011 0 11000 101100 10010010 11011 101100

Color Harmonies of #52906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52906D

Black with #52906D

Text Example


Text Example

White with #52906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52906D; }

 p { color: rgb(82,144,109); }

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

background-color css

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

 a { background-color: rgb(82,144,109); }

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

border-color css

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

 span { border-color: rgb(82,144,109); }

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