Html Css Color HEX #52907B Patina

📋 copy color: '#52907B'

red 82 ◦ green 144 ◦ blue 123

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

Shades of Patina #52907B

Tints of Patina #52907B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.24%

R = 23.5%
G = 41.26%
B = 35.24%

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

#52907B (or 0x52907B) is known color: Patina. HEX triplet: 52, 90 and 7B. RGB value is (82,144,123). Sum of RGB (Red+Green+Blue) = 82+144+123=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #52907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52907B is #AD6F84. Grayscale: #7B7B7B. Windows color (decimal): -11366277 or 8097874. OLE color: 8097874.

HSL color Cylindrical-coordinate representation of color #52907B: hue angle of 159.68º 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 #52907B is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 144 123 -
CMYK 0.43 0 0.15 0.44
HSL 159.68º 0.27% 0.44% -
HSV(B) 159.68º 0.43% 0.56% -
XYZ 17.03 23.17 22.31 -
YUV 123.07 127.96 98.71 -
System Red Green Blue C M Y K H S L
Decimal 82 144 123 0.43 0 0.15 0.44 159.68 0.27 0.44
Hex 52 90 7B 2B 0 F 2C A0 1B 2C
Octal 122 220 173 53 0 17 54 240 33 54
Binary 1010010 10010000 1111011 101011 0 1111 101100 10100000 11011 101100

Color Harmonies of #52907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52907B

Black with #52907B

Text Example


Text Example

White with #52907B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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