Html Css Color HEX #52907A Cutty Sark

📋 copy color: '#52907A'

red 82 ◦ green 144 ◦ blue 122

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

Shades of Cutty Sark #52907A

Tints of Cutty Sark #52907A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.38%

 BLUE value IS 122 (48.05% from 255) = 35.06%

R = 23.56%
G = 41.38%
B = 35.06%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#52907A (or 0x52907A) is known color: Cutty Sark. HEX triplet: 52, 90 and 7A. RGB value is (82,144,122). Sum of RGB (Red+Green+Blue) = 82+144+122=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 144 - color contains mainly: green. Hex color #52907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52907A is #AD6F85. Grayscale: #7A7A7A. Windows color (decimal): -11366278 or 8032338. OLE color: 8032338.

HSL color Cylindrical-coordinate representation of color #52907A: hue angle of 158.71º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52907A is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 144 122 -
CMYK 0.43 0 0.15 0.44
HSL 158.71º 0.27% 0.44% -
HSV(B) 158.71º 0.43% 0.56% -
XYZ 16.97 23.15 21.99 -
YUV 122.95 127.46 98.79 -
System Red Green Blue C M Y K H S L
Decimal 82 144 122 0.43 0 0.15 0.44 158.71 0.27 0.44
Hex 52 90 7A 2B 0 F 2C 9F 1B 2C
Octal 122 220 172 53 0 17 54 237 33 54
Binary 1010010 10010000 1111010 101011 0 1111 101100 10011111 11011 101100

Color Harmonies of #52907A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52907A

Black with #52907A

Text Example


Text Example

White with #52907A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52907A; }

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

 H1.HeaderClassName
 {
   color: #52907A;
 }
 .AnyTagClassName
 {
   color: #52907A;
 }
</style>

background-color css

<style>
 a { background-color: #52907A; }

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

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

border-color css

<style>
 span { border-color: #52907A; }

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

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