Html Css Color HEX #527E6A Cutty Sark

📋 copy color: '#527E6A'

red 82 ◦ green 126 ◦ blue 106

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

Shades of Cutty Sark #527E6A

Tints of Cutty Sark #527E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 26.11%
G = 40.13%
B = 33.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#527E6A (or 0x527E6A) is known color: Cutty Sark. HEX triplet: 52, 7E and 6A. RGB value is (82,126,106). Sum of RGB (Red+Green+Blue) = 82+126+106=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 126 - color contains mainly: green. Hex color #527E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E6A is #AD8195. Grayscale: #6E6E6E. Windows color (decimal): -11370902 or 6979154. OLE color: 6979154.

HSL color Cylindrical-coordinate representation of color #527E6A: hue angle of 152.73º 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 #527E6A is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 126 106 -
CMYK 0.35 0 0.16 0.51
HSL 152.73º 0.21% 0.41% -
HSV(B) 152.73º 0.35% 0.49% -
XYZ 13.54 17.76 16.35 -
YUV 110.56 125.42 107.63 -
System Red Green Blue C M Y K H S L
Decimal 82 126 106 0.35 0 0.16 0.51 152.73 0.21 0.41
Hex 52 7E 6A 23 0 10 33 99 15 29
Octal 122 176 152 43 0 20 63 231 25 51
Binary 1010010 1111110 1101010 100011 0 10000 110011 10011001 10101 101001

Color Harmonies of #527E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E6A

Black with #527E6A

Text Example


Text Example

White with #527E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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