#05668C

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

Shades of Allports #05668C

Tints of Allports #05668C

Color information

#05668C (or 0x05668C) is unknown color: approx Allports. HEX triplet: 05, 66 and 8C. RGB value is (5,102,140). Sum of RGB (Red+Green+Blue) = 5+102+140=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #05668C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05668C is #FA9973. Grayscale: #4D4D4D. Windows color (decimal): -16423284 or 9201157. OLE color: 9201157.

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

Color convert

RGB5102140-
CMYK0.960.2700.45
HSL196.89º93.1%28.43%-
HSV(B)196.89º96.43%54.9%-
XYZ9.5511.4326.51-
YUV77.33163.3676.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 102 (40.23% from 255) = 41.30%
BLUE value IS 140 (55.08% from 255) = 56.68%
R=2.02%
G=41.30%
B=56.68%

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
Decimal51021400.960.2700.45196.8993.128.43
Hex5668C601B02Dc55d1c
Octal51462141403305530513534
Binary101110011010001100110000011011010110111000101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05668C; }

 p { color: rgb(5,102,140); }

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

<style>
 a { background-color: #05668C; }

 a { background-color: rgb(5,102,140); }

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

<style>
 span { border-color: #05668C; }

 span { border-color: rgb(5,102,140); }

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