#16625D

Color #16625D Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #16625D

Tints of Blue Stone #16625D

Color information

#16625D (or 0x16625D) is unknown color: approx Blue Stone. HEX triplet: 16, 62 and 5D. RGB value is (22,98,93). Sum of RGB (Red+Green+Blue) = 22+98+93=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #16625D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16625D is #E99DA2. Grayscale: #4A4A4A. Windows color (decimal): -15310243 or 6119958. OLE color: 6119958.

HSL color Cylindrical-coordinate representation of color #16625D: hue angle of 176.05º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #16625D is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB229893-
CMYK0.7800.050.62
HSL176.05º63.33%23.53%-
HSV(B)176.05º77.55%38.43%-
XYZ6.679.711.88-
YUV74.71138.3290.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.33%
GREEN value IS 98 (38.67% from 255) = 46.01%
BLUE value IS 93 (36.72% from 255) = 43.66%
R=10.33%
G=46.01%
B=43.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2298930.7800.050.62176.0563.3323.53
Hex16625D4E053Eb03f18
Octal2614213511605762607730
Binary1011011000101011101100111001011111101011000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16625D; }

 p { color: rgb(22,98,93); }

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

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

 a { background-color: rgb(22,98,93); }

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

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

 span { border-color: rgb(22,98,93); }

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