Html Css Color HEX #528B6D Cutty Sark

📋 copy color: '#528B6D'

red 82 ◦ green 139 ◦ blue 109

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

Shades of Cutty Sark #528B6D

Tints of Cutty Sark #528B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.12%

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

R = 24.85%
G = 42.12%
B = 33.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#528B6D (or 0x528B6D) is known color: Cutty Sark. HEX triplet: 52, 8B and 6D. RGB value is (82,139,109). Sum of RGB (Red+Green+Blue) = 82+139+109=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #528B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528B6D is #AD7492. Grayscale: #767676. Windows color (decimal): -11367571 or 7179090. OLE color: 7179090.

HSL color Cylindrical-coordinate representation of color #528B6D: hue angle of 148.42º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528B6D is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 139 109 -
CMYK 0.41 0 0.22 0.45
HSL 148.42º 0.26% 0.43% -
HSV(B) 148.42º 0.41% 0.55% -
XYZ 15.47 21.36 17.78 -
YUV 118.54 122.62 101.94 -
System Red Green Blue C M Y K H S L
Decimal 82 139 109 0.41 0 0.22 0.45 148.42 0.26 0.43
Hex 52 8B 6D 29 0 16 2D 94 1A 2B
Octal 122 213 155 51 0 26 55 224 32 53
Binary 1010010 10001011 1101101 101001 0 10110 101101 10010100 11010 101011

Color Harmonies of #528B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528B6D

Black with #528B6D

Text Example


Text Example

White with #528B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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