#719093

Color #719093 Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #719093

Tints of Gothic #719093

Color information

#719093 (or 0x719093) is unknown color: approx Gothic. HEX triplet: 71, 90 and 93. RGB value is (113,144,147). Sum of RGB (Red+Green+Blue) = 113+144+147=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 147 - color contains mainly: blue. Hex color #719093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719093 is #8E6F6C. Grayscale: #878787. Windows color (decimal): -9334637 or 9670769. OLE color: 9670769.

HSL color Cylindrical-coordinate representation of color #719093: hue angle of 185.29º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #719093 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113144147-
CMYK0.230.0200.42
HSL185.29º13.6%50.98%-
HSV(B)185.29º23.13%57.65%-
XYZ22.0525.5631.38-
YUV135.07134.73112.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.97%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 147 (57.81% from 255) = 36.39%
R=27.97%
G=35.64%
B=36.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131441470.230.0200.42185.2913.650.98
Hex71909317202Ab9e33
Octal1612202232720522711663
Binary1110001100100001001001110111100101010101110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719093; }

 p { color: rgb(113,144,147); }

 H1.HeaderClassName
 {
   color: #719093;
 }
 .AnyTagClassName
 {
   color: #719093;
 }
</style>
background-color css

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

 a { background-color: rgb(113,144,147); }

 div.DivClassName
 {
   background-color: #719093;
 }
 .BgClassName
 {
   background-color: #719093;
 }
</style>
border-color css

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

 span { border-color: rgb(113,144,147); }

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