Html Css Color HEX #1F5957 Blue Stone

📋 copy color: '#1F5957'

red 31 ◦ green 89 ◦ blue 87

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

Shades of Blue Stone #1F5957

Tints of Blue Stone #1F5957

RGB

 RED value IS 31 (12.5% from 255) = 14.98%

 GREEN value IS 89 (35.16% from 255) = 43%

 BLUE value IS 87 (34.38% from 255) = 42.03%

R = 14.98%
G = 43%
B = 42.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#1F5957 (or 0x1F5957) is known color: Blue Stone. HEX triplet: 1F, 59 and 57. RGB value is (31,89,87). Sum of RGB (Red+Green+Blue) = 31+89+87=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #1F5957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5957 is #E0A6A8. Grayscale: #474747. Windows color (decimal): -14722729 or 5724447. OLE color: 5724447.

HSL color Cylindrical-coordinate representation of color #1F5957: hue angle of 177.93º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F5957 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 89 87 -
CMYK 0.65 0 0.02 0.65
HSL 177.93º 0.48% 0.24% -
HSV(B) 177.93º 0.65% 0.35% -
XYZ 5.86 8.12 10.28 -
YUV 71.43 136.78 99.16 -
System Red Green Blue C M Y K H S L
Decimal 31 89 87 0.65 0 0.02 0.65 177.93 0.48 0.24
Hex 1F 59 57 41 0 2 41 B2 30 18
Octal 37 131 127 101 0 2 101 262 60 30
Binary 11111 1011001 1010111 1000001 0 10 1000001 10110010 110000 11000

Color Harmonies of #1F5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5957

Black with #1F5957

Text Example


Text Example

White with #1F5957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F5957; }

 p { color: rgb(31,89,87); }

 H1.HeaderClassName
 {
   color: #1F5957;
 }
 .AnyTagClassName
 {
   color: #1F5957;
 }
</style>

background-color css

<style>
 a { background-color: #1F5957; }

 a { background-color: rgb(31,89,87); }

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

border-color css

<style>
 span { border-color: #1F5957; }

 span { border-color: rgb(31,89,87); }

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