Html Css Color HEX #527B6C Cutty Sark

📋 copy color: '#527B6C'

red 82 ◦ green 123 ◦ blue 108

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

Shades of Cutty Sark #527B6C

Tints of Cutty Sark #527B6C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.3%

 BLUE value IS 108 (42.58% from 255) = 34.5%

R = 26.2%
G = 39.3%
B = 34.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#527B6C (or 0x527B6C) is known color: Cutty Sark. HEX triplet: 52, 7B and 6C. RGB value is (82,123,108). Sum of RGB (Red+Green+Blue) = 82+123+108=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 123 - color contains mainly: green. Hex color #527B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527B6C is #AD8493. Grayscale: #6D6D6D. Windows color (decimal): -11371668 or 7109458. OLE color: 7109458.

HSL color Cylindrical-coordinate representation of color #527B6C: hue angle of 158.05º 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 #527B6C is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 123 108 -
CMYK 0.33 0 0.12 0.52
HSL 158.05º 0.2% 0.4% -
HSV(B) 158.05º 0.33% 0.48% -
XYZ 13.27 17.04 16.78 -
YUV 109.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 82 123 108 0.33 0 0.12 0.52 158.05 0.2 0.4
Hex 52 7B 6C 21 0 C 34 9E 14 28
Octal 122 173 154 41 0 14 64 236 24 50
Binary 1010010 1111011 1101100 100001 0 1100 110100 10011110 10100 101000

Color Harmonies of #527B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B6C

Black with #527B6C

Text Example


Text Example

White with #527B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,123,108); }

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

background-color css

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

 a { background-color: rgb(82,123,108); }

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

border-color css

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

 span { border-color: rgb(82,123,108); }

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