Html Css Color HEX #527868 Cutty Sark

📋 copy color: '#527868'

red 82 ◦ green 120 ◦ blue 104

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

Shades of Cutty Sark #527868

Tints of Cutty Sark #527868

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.22%

 BLUE value IS 104 (41.02% from 255) = 33.99%

R = 26.8%
G = 39.22%
B = 33.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#527868 (or 0x527868) is known color: Cutty Sark. HEX triplet: 52, 78 and 68. RGB value is (82,120,104). Sum of RGB (Red+Green+Blue) = 82+120+104=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #527868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527868 is #AD8797. Grayscale: #6A6A6A. Windows color (decimal): -11372440 or 6846546. OLE color: 6846546.

HSL color Cylindrical-coordinate representation of color #527868: hue angle of 154.74º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #527868 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 120 104 -
CMYK 0.32 0 0.13 0.53
HSL 154.74º 0.19% 0.4% -
HSV(B) 154.74º 0.32% 0.47% -
XYZ 12.69 16.23 15.56 -
YUV 106.81 126.41 110.3 -
System Red Green Blue C M Y K H S L
Decimal 82 120 104 0.32 0 0.13 0.53 154.74 0.19 0.4
Hex 52 78 68 20 0 D 35 9B 13 28
Octal 122 170 150 40 0 15 65 233 23 50
Binary 1010010 1111000 1101000 100000 0 1101 110101 10011011 10011 101000

Color Harmonies of #527868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527868

Black with #527868

Text Example


Text Example

White with #527868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527868; }

 p { color: rgb(82,120,104); }

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

background-color css

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

 a { background-color: rgb(82,120,104); }

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

border-color css

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

 span { border-color: rgb(82,120,104); }

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