#05608B

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

Shades of Allports #05608B

Tints of Allports #05608B

Color information

#05608B (or 0x05608B) is unknown color: approx Allports. HEX triplet: 05, 60 and 8B. RGB value is (5,96,139). Sum of RGB (Red+Green+Blue) = 5+96+139=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #05608B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05608B is #FA9F74. Grayscale: #494949. Windows color (decimal): -16424821 or 9134085. OLE color: 9134085.

HSL color Cylindrical-coordinate representation of color #05608B: hue angle of 199.25º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05608B is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB596139-
CMYK0.960.3100.45
HSL199.25º93.06%28.24%-
HSV(B)199.25º96.4%54.51%-
XYZ8.9110.2625.94-
YUV73.69164.8579-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.08%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 139 (54.69% from 255) = 57.92%
R=2.08%
G=40%
B=57.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5961390.960.3100.45199.2593.0628.24
Hex5608B601F02Dc75d1c
Octal51402131403705530713534
Binary101110000010001011110000011111010110111000111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05608B; }

 p { color: rgb(5,96,139); }

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

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

 a { background-color: rgb(5,96,139); }

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

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

 span { border-color: rgb(5,96,139); }

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