Html Css Color HEX #527867 Cutty Sark

📋 copy color: '#527867'

red 82 ◦ green 120 ◦ blue 103

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

Shades of Cutty Sark #527867

Tints of Cutty Sark #527867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.77%

R = 26.89%
G = 39.34%
B = 33.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#527867 (or 0x527867) is known color: Cutty Sark. HEX triplet: 52, 78 and 67. RGB value is (82,120,103). Sum of RGB (Red+Green+Blue) = 82+120+103=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #527867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527867 is #AD8798. Grayscale: #6A6A6A. Windows color (decimal): -11372441 or 6781010. OLE color: 6781010.

HSL color Cylindrical-coordinate representation of color #527867: hue angle of 153.16º 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 #527867 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 120 103 -
CMYK 0.32 0 0.14 0.53
HSL 153.16º 0.19% 0.4% -
HSV(B) 153.16º 0.32% 0.47% -
XYZ 12.64 16.21 15.29 -
YUV 106.7 125.91 110.38 -
System Red Green Blue C M Y K H S L
Decimal 82 120 103 0.32 0 0.14 0.53 153.16 0.19 0.4
Hex 52 78 67 20 0 E 35 99 13 28
Octal 122 170 147 40 0 16 65 231 23 50
Binary 1010010 1111000 1100111 100000 0 1110 110101 10011001 10011 101000

Color Harmonies of #527867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527867

Black with #527867

Text Example


Text Example

White with #527867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527867; }

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

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

background-color css

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

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

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

border-color css

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

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

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