#05618E

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

Shades of Allports #05618E

Tints of Allports #05618E

Color information

#05618E (or 0x05618E) is unknown color: approx Allports. HEX triplet: 05, 61 and 8E. RGB value is (5,97,142). Sum of RGB (Red+Green+Blue) = 5+97+142=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #05618E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05618E is #FA9E71. Grayscale: #4A4A4A. Windows color (decimal): -16424562 or 9330949. OLE color: 9330949.

HSL color Cylindrical-coordinate representation of color #05618E: hue angle of 199.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05618E is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB597142-
CMYK0.960.3200.44
HSL199.71º93.2%28.82%-
HSV(B)199.71º96.48%55.69%-
XYZ9.2210.5327.14-
YUV74.62166.0278.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.05%
GREEN value IS 97 (38.28% from 255) = 39.75%
BLUE value IS 142 (55.86% from 255) = 58.20%
R=2.05%
G=39.75%
B=58.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5971420.960.3200.44199.7193.228.82
Hex5618E602002Cc85d1d
Octal51412161404005431013535
Binary1011100001100011101100000100000010110011001000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05618E; }

 p { color: rgb(5,97,142); }

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

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

 a { background-color: rgb(5,97,142); }

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

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

 span { border-color: rgb(5,97,142); }

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