Html Css Color HEX #527967 Cutty Sark

📋 copy color: '#527967'

red 82 ◦ green 121 ◦ blue 103

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

Shades of Cutty Sark #527967

Tints of Cutty Sark #527967

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.54%

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

R = 26.8%
G = 39.54%
B = 33.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#527967 (or 0x527967) is known color: Cutty Sark. HEX triplet: 52, 79 and 67. RGB value is (82,121,103). Sum of RGB (Red+Green+Blue) = 82+121+103=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #527967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527967 is #AD8698. Grayscale: #6B6B6B. Windows color (decimal): -11372185 or 6781266. OLE color: 6781266.

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

Color convert

RGB 82 121 103 -
CMYK 0.32 0 0.15 0.53
HSL 152.31º 0.19% 0.4% -
HSV(B) 152.31º 0.32% 0.47% -
XYZ 12.77 16.45 15.33 -
YUV 107.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 82 121 103 0.32 0 0.15 0.53 152.31 0.19 0.4
Hex 52 79 67 20 0 F 35 98 13 28
Octal 122 171 147 40 0 17 65 230 23 50
Binary 1010010 1111001 1100111 100000 0 1111 110101 10011000 10011 101000

Color Harmonies of #527967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527967

Black with #527967

Text Example


Text Example

White with #527967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527967; }

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

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

background-color css

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

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

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

border-color css

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

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

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