#16557A

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

Shades of Orient #16557A

Tints of Orient #16557A

Color information

#16557A (or 0x16557A) is unknown color: approx Orient. HEX triplet: 16, 55 and 7A. RGB value is (22,85,122). Sum of RGB (Red+Green+Blue) = 22+85+122=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #16557A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16557A is #E9AA85. Grayscale: #464646. Windows color (decimal): -15313542 or 8017174. OLE color: 8017174.

HSL color Cylindrical-coordinate representation of color #16557A: hue angle of 202.2º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16557A is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2285122-
CMYK0.820.3000.52
HSL202.2º69.44%28.24%-
HSV(B)202.2º81.97%47.84%-
XYZ7.098.0719.6-
YUV70.38157.1393.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.61%
GREEN value IS 85 (33.59% from 255) = 37.12%
BLUE value IS 122 (48.05% from 255) = 53.28%
R=9.61%
G=37.12%
B=53.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal22851220.820.3000.52202.269.4428.24
Hex16557A521E034ca451c
Octal261251721223606431210534
Binary1011010101011111010101001011110011010011001010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16557A; }

 p { color: rgb(22,85,122); }

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

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

 a { background-color: rgb(22,85,122); }

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

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

 span { border-color: rgb(22,85,122); }

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