Html Css Color HEX #528569 Cutty Sark

📋 copy color: '#528569'

red 82 ◦ green 133 ◦ blue 105

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

Shades of Cutty Sark #528569

Tints of Cutty Sark #528569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.56%

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

R = 25.63%
G = 41.56%
B = 32.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#528569 (or 0x528569) is known color: Cutty Sark. HEX triplet: 52, 85 and 69. RGB value is (82,133,105). Sum of RGB (Red+Green+Blue) = 82+133+105=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #528569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528569 is #AD7A96. Grayscale: #727272. Windows color (decimal): -11369111 or 6915410. OLE color: 6915410.

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

Color convert

RGB 82 133 105 -
CMYK 0.38 0 0.21 0.48
HSL 147.06º 0.24% 0.42% -
HSV(B) 147.06º 0.38% 0.52% -
XYZ 14.42 19.59 16.39 -
YUV 114.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 82 133 105 0.38 0 0.21 0.48 147.06 0.24 0.42
Hex 52 85 69 26 0 15 30 93 18 2A
Octal 122 205 151 46 0 25 60 223 30 52
Binary 1010010 10000101 1101001 100110 0 10101 110000 10010011 11000 101010

Color Harmonies of #528569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528569

Black with #528569

Text Example


Text Example

White with #528569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528569; }

 p { color: rgb(82,133,105); }

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

background-color css

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

 a { background-color: rgb(82,133,105); }

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

border-color css

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

 span { border-color: rgb(82,133,105); }

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