Html Css Color HEX #5F938C Patina

📋 copy color: '#5F938C'

red 95 ◦ green 147 ◦ blue 140

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

Shades of Patina #5F938C

Tints of Patina #5F938C

RGB

 RED value IS 95 (37.5% from 255) = 24.87%

 GREEN value IS 147 (57.81% from 255) = 38.48%

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 24.87%
G = 38.48%
B = 36.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#5F938C (or 0x5F938C) is known color: Patina. HEX triplet: 5F, 93 and 8C. RGB value is (95,147,140). Sum of RGB (Red+Green+Blue) = 95+147+140=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #5F938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F938C is #A06C73. Grayscale: #828282. Windows color (decimal): -10513524 or 9212767. OLE color: 9212767.

HSL color Cylindrical-coordinate representation of color #5F938C: hue angle of 171.92º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F938C is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 95 147 140 -
CMYK 0.35 0 0.05 0.42
HSL 171.92º 0.21% 0.47% -
HSV(B) 171.92º 0.35% 0.58% -
XYZ 19.89 25.19 28.63 -
YUV 130.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 95 147 140 0.35 0 0.05 0.42 171.92 0.21 0.47
Hex 5F 93 8C 23 0 5 2A AC 15 2F
Octal 137 223 214 43 0 5 52 254 25 57
Binary 1011111 10010011 10001100 100011 0 101 101010 10101100 10101 101111

Color Harmonies of #5F938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F938C

Black with #5F938C

Text Example


Text Example

White with #5F938C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,147,140); }

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

background-color css

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

 a { background-color: rgb(95,147,140); }

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

border-color css

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

 span { border-color: rgb(95,147,140); }

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