Html Css Color HEX #528A6A Cutty Sark

📋 copy color: '#528A6A'

red 82 ◦ green 138 ◦ blue 106

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

Shades of Cutty Sark #528A6A

Tints of Cutty Sark #528A6A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.33%

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

R = 25.15%
G = 42.33%
B = 32.52%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#528A6A (or 0x528A6A) is known color: Cutty Sark. HEX triplet: 52, 8A and 6A. RGB value is (82,138,106). Sum of RGB (Red+Green+Blue) = 82+138+106=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 138 - color contains mainly: green. Hex color #528A6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528A6A is #AD7595. Grayscale: #757575. Windows color (decimal): -11367830 or 6982226. OLE color: 6982226.

HSL color Cylindrical-coordinate representation of color #528A6A: hue angle of 145.71º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528A6A is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 138 106 -
CMYK 0.41 0 0.23 0.46
HSL 145.71º 0.25% 0.43% -
HSV(B) 145.71º 0.41% 0.54% -
XYZ 15.17 21.01 16.89 -
YUV 117.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 82 138 106 0.41 0 0.23 0.46 145.71 0.25 0.43
Hex 52 8A 6A 29 0 17 2E 92 19 2B
Octal 122 212 152 51 0 27 56 222 31 53
Binary 1010010 10001010 1101010 101001 0 10111 101110 10010010 11001 101011

Color Harmonies of #528A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528A6A

Black with #528A6A

Text Example


Text Example

White with #528A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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