Html Css Color HEX #5D907B Patina

📋 copy color: '#5D907B'

red 93 ◦ green 144 ◦ blue 123

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

Shades of Patina #5D907B

Tints of Patina #5D907B

RGB

 RED value IS 93 (36.72% from 255) = 25.83%

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

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

R = 25.83%
G = 40%
B = 34.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#5D907B (or 0x5D907B) is known color: Patina. HEX triplet: 5D, 90 and 7B. RGB value is (93,144,123). Sum of RGB (Red+Green+Blue) = 93+144+123=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #5D907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D907B is #A26F84. Grayscale: #7E7E7E. Windows color (decimal): -10645381 or 8097885. OLE color: 8097885.

HSL color Cylindrical-coordinate representation of color #5D907B: hue angle of 155.29º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D907B is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 93 144 123 -
CMYK 0.35 0 0.15 0.44
HSL 155.29º 0.22% 0.46% -
HSV(B) 155.29º 0.35% 0.56% -
XYZ 18.06 23.7 22.36 -
YUV 126.36 126.1 104.21 -
System Red Green Blue C M Y K H S L
Decimal 93 144 123 0.35 0 0.15 0.44 155.29 0.22 0.46
Hex 5D 90 7B 23 0 F 2C 9B 16 2E
Octal 135 220 173 43 0 17 54 233 26 56
Binary 1011101 10010000 1111011 100011 0 1111 101100 10011011 10110 101110

Color Harmonies of #5D907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D907B

Black with #5D907B

Text Example


Text Example

White with #5D907B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D907B; }

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

 H1.HeaderClassName
 {
   color: #5D907B;
 }
 .AnyTagClassName
 {
   color: #5D907B;
 }
</style>

background-color css

<style>
 a { background-color: #5D907B; }

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

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

border-color css

<style>
 span { border-color: #5D907B; }

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

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