Html Css Color HEX #527E69 Cutty Sark

📋 copy color: '#527E69'

red 82 ◦ green 126 ◦ blue 105

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

Shades of Cutty Sark #527E69

Tints of Cutty Sark #527E69

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.26%

 BLUE value IS 105 (41.41% from 255) = 33.55%

R = 26.2%
G = 40.26%
B = 33.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#527E69 (or 0x527E69) is known color: Cutty Sark. HEX triplet: 52, 7E and 69. RGB value is (82,126,105). Sum of RGB (Red+Green+Blue) = 82+126+105=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 126 - color contains mainly: green. Hex color #527E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E69 is #AD8196. Grayscale: #6E6E6E. Windows color (decimal): -11370903 or 6913618. OLE color: 6913618.

HSL color Cylindrical-coordinate representation of color #527E69: hue angle of 151.36º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527E69 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 126 105 -
CMYK 0.35 0 0.17 0.51
HSL 151.36º 0.21% 0.41% -
HSV(B) 151.36º 0.35% 0.49% -
XYZ 13.49 17.74 16.08 -
YUV 110.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 82 126 105 0.35 0 0.17 0.51 151.36 0.21 0.41
Hex 52 7E 69 23 0 11 33 97 15 29
Octal 122 176 151 43 0 21 63 227 25 51
Binary 1010010 1111110 1101001 100011 0 10001 110011 10010111 10101 101001

Color Harmonies of #527E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E69

Black with #527E69

Text Example


Text Example

White with #527E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527E69; }

 p { color: rgb(82,126,105); }

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

background-color css

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

 a { background-color: rgb(82,126,105); }

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

border-color css

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

 span { border-color: rgb(82,126,105); }

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