Html Css Color HEX #528874 Cutty Sark

📋 copy color: '#528874'

red 82 ◦ green 136 ◦ blue 116

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

Shades of Cutty Sark #528874

Tints of Cutty Sark #528874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.72%

 BLUE value IS 116 (45.7% from 255) = 34.73%

R = 24.55%
G = 40.72%
B = 34.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#528874 (or 0x528874) is known color: Cutty Sark. HEX triplet: 52, 88 and 74. RGB value is (82,136,116). Sum of RGB (Red+Green+Blue) = 82+136+116=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #528874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528874 is #AD778B. Grayscale: #757575. Windows color (decimal): -11368332 or 7637074. OLE color: 7637074.

HSL color Cylindrical-coordinate representation of color #528874: hue angle of 157.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528874 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 136 116 -
CMYK 0.40 0 0.15 0.47
HSL 157.78º 0.25% 0.43% -
HSV(B) 157.78º 0.4% 0.53% -
XYZ 15.44 20.66 19.7 -
YUV 117.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 82 136 116 0.40 0 0.15 0.47 157.78 0.25 0.43
Hex 52 88 74 28 0 F 2F 9E 19 2B
Octal 122 210 164 50 0 17 57 236 31 53
Binary 1010010 10001000 1110100 101000 0 1111 101111 10011110 11001 101011

Color Harmonies of #528874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528874

Black with #528874

Text Example


Text Example

White with #528874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528874; }

 p { color: rgb(82,136,116); }

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

background-color css

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

 a { background-color: rgb(82,136,116); }

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

border-color css

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

 span { border-color: rgb(82,136,116); }

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