Html Css Color HEX #52906F Cutty Sark

📋 copy color: '#52906F'

red 82 ◦ green 144 ◦ blue 111

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

Shades of Cutty Sark #52906F

Tints of Cutty Sark #52906F

RGB

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

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

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

R = 24.33%
G = 42.73%
B = 32.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#52906F (or 0x52906F) is known color: Cutty Sark. HEX triplet: 52, 90 and 6F. RGB value is (82,144,111). Sum of RGB (Red+Green+Blue) = 82+144+111=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #52906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52906F is #AD6F90. Grayscale: #797979. Windows color (decimal): -11366289 or 7311442. OLE color: 7311442.

HSL color Cylindrical-coordinate representation of color #52906F: hue angle of 148.06º 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 #52906F is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 144 111 -
CMYK 0.43 0 0.23 0.44
HSL 148.06º 0.27% 0.44% -
HSV(B) 148.06º 0.43% 0.56% -
XYZ 16.32 22.89 18.6 -
YUV 121.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 82 144 111 0.43 0 0.23 0.44 148.06 0.27 0.44
Hex 52 90 6F 2B 0 17 2C 94 1B 2C
Octal 122 220 157 53 0 27 54 224 33 54
Binary 1010010 10010000 1101111 101011 0 10111 101100 10010100 11011 101100

Color Harmonies of #52906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52906F

Black with #52906F

Text Example


Text Example

White with #52906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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