Html Css Color HEX #527A6A Cutty Sark

📋 copy color: '#527A6A'

red 82 ◦ green 122 ◦ blue 106

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

Shades of Cutty Sark #527A6A

Tints of Cutty Sark #527A6A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.35%

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

R = 26.45%
G = 39.35%
B = 34.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#527A6A (or 0x527A6A) is known color: Cutty Sark. HEX triplet: 52, 7A and 6A. RGB value is (82,122,106). Sum of RGB (Red+Green+Blue) = 82+122+106=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 122 - color contains mainly: green. Hex color #527A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A6A is #AD8595. Grayscale: #6C6C6C. Windows color (decimal): -11371926 or 6978130. OLE color: 6978130.

HSL color Cylindrical-coordinate representation of color #527A6A: hue angle of 156º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527A6A is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 122 106 -
CMYK 0.33 0 0.13 0.52
HSL 156º 0.2% 0.4% -
HSV(B) 156º 0.33% 0.48% -
XYZ 13.04 16.75 16.18 -
YUV 108.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 82 122 106 0.33 0 0.13 0.52 156 0.2 0.4
Hex 52 7A 6A 21 0 D 34 9C 14 28
Octal 122 172 152 41 0 15 64 234 24 50
Binary 1010010 1111010 1101010 100001 0 1101 110100 10011100 10100 101000

Color Harmonies of #527A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A6A

Black with #527A6A

Text Example


Text Example

White with #527A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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