Html Css Color HEX #527466 Cutty Sark

📋 copy color: '#527466'

red 82 ◦ green 116 ◦ blue 102

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

Shades of Cutty Sark #527466

Tints of Cutty Sark #527466

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

 BLUE value IS 102 (40.23% from 255) = 34%

R = 27.33%
G = 38.67%
B = 34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#527466 (or 0x527466) is known color: Cutty Sark. HEX triplet: 52, 74 and 66. RGB value is (82,116,102). Sum of RGB (Red+Green+Blue) = 82+116+102=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #527466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527466 is #AD8B99. Grayscale: #686868. Windows color (decimal): -11373466 or 6714450. OLE color: 6714450.

HSL color Cylindrical-coordinate representation of color #527466: hue angle of 155.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527466 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 102 -
CMYK 0.29 0 0.12 0.55
HSL 155.29º 0.17% 0.39% -
HSV(B) 155.29º 0.29% 0.45% -
XYZ 12.12 15.24 14.87 -
YUV 104.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 82 116 102 0.29 0 0.12 0.55 155.29 0.17 0.39
Hex 52 74 66 1D 0 C 37 9B 11 27
Octal 122 164 146 35 0 14 67 233 21 47
Binary 1010010 1110100 1100110 11101 0 1100 110111 10011011 10001 100111

Color Harmonies of #527466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527466

Black with #527466

Text Example


Text Example

White with #527466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527466; }

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

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

background-color css

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

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

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

border-color css

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

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

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