Html Css Color HEX #528E6E Cutty Sark

📋 copy color: '#528E6E'

red 82 ◦ green 142 ◦ blue 110

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

Shades of Cutty Sark #528E6E

Tints of Cutty Sark #528E6E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.51%

 BLUE value IS 110 (43.36% from 255) = 32.93%

R = 24.55%
G = 42.51%
B = 32.93%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#528E6E (or 0x528E6E) is known color: Cutty Sark. HEX triplet: 52, 8E and 6E. RGB value is (82,142,110). Sum of RGB (Red+Green+Blue) = 82+142+110=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 142 - color contains mainly: green. Hex color #528E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E6E is #AD7191. Grayscale: #787878. Windows color (decimal): -11366802 or 7245394. OLE color: 7245394.

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

Color convert

RGB 82 142 110 -
CMYK 0.42 0 0.23 0.44
HSL 148º 0.27% 0.44% -
HSV(B) 148º 0.42% 0.56% -
XYZ 15.97 22.27 18.21 -
YUV 120.41 122.12 100.6 -
System Red Green Blue C M Y K H S L
Decimal 82 142 110 0.42 0 0.23 0.44 148 0.27 0.44
Hex 52 8E 6E 2A 0 17 2C 94 1B 2C
Octal 122 216 156 52 0 27 54 224 33 54
Binary 1010010 10001110 1101110 101010 0 10111 101100 10010100 11011 101100

Color Harmonies of #528E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528E6E

Black with #528E6E

Text Example


Text Example

White with #528E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,142,110); }

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

background-color css

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

 a { background-color: rgb(82,142,110); }

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

border-color css

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

 span { border-color: rgb(82,142,110); }

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