#05688D

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

Shades of Allports #05688D

Tints of Allports #05688D

Color information

#05688D (or 0x05688D) is unknown color: approx Allports. HEX triplet: 05, 68 and 8D. RGB value is (5,104,141). Sum of RGB (Red+Green+Blue) = 5+104+141=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #05688D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05688D is #FA9772. Grayscale: #4E4E4E. Windows color (decimal): -16422771 or 9267205. OLE color: 9267205.

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

Color convert

RGB5104141-
CMYK0.960.2600.45
HSL196.32º93.15%28.63%-
HSV(B)196.32º96.45%55.29%-
XYZ9.8211.8626.97-
YUV78.62163.275.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 141 (55.47% from 255) = 56.4%
R=2%
G=41.6%
B=56.4%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51041410.960.2600.45196.3293.1528.63
Hex5688D601A02Dc45d1d
Octal51502151403205530413535
Binary101110100010001101110000011010010110111000100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,104,141); }

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

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

 a { background-color: rgb(5,104,141); }

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

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

 span { border-color: rgb(5,104,141); }

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