#05678D

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

Shades of Allports #05678D

Tints of Allports #05678D

Color information

#05678D (or 0x05678D) is unknown color: approx Allports. HEX triplet: 05, 67 and 8D. RGB value is (5,103,141). Sum of RGB (Red+Green+Blue) = 5+103+141=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #05678D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05678D is #FA9872. Grayscale: #4D4D4D. Windows color (decimal): -16423027 or 9266949. OLE color: 9266949.

HSL color Cylindrical-coordinate representation of color #05678D: hue angle of 196.76º 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 #05678D is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5103141-
CMYK0.960.2700.45
HSL196.76º93.15%28.63%-
HSV(B)196.76º96.45%55.29%-
XYZ9.7211.6626.94-
YUV78.03163.5375.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.01%
GREEN value IS 103 (40.62% from 255) = 41.37%
BLUE value IS 141 (55.47% from 255) = 56.63%
R=2.01%
G=41.37%
B=56.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51031410.960.2700.45196.7693.1528.63
Hex5678D601B02Dc55d1d
Octal51472151403305530513535
Binary101110011110001101110000011011010110111000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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