#05648C

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

Shades of Allports #05648C

Tints of Allports #05648C

Color information

#05648C (or 0x05648C) is unknown color: approx Allports. HEX triplet: 05, 64 and 8C. RGB value is (5,100,140). Sum of RGB (Red+Green+Blue) = 5+100+140=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #05648C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05648C is #FA9B73. Grayscale: #4B4B4B. Windows color (decimal): -16423796 or 9200645. OLE color: 9200645.

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

Color convert

RGB5100140-
CMYK0.960.2900.45
HSL197.78º93.1%28.43%-
HSV(B)197.78º96.43%54.9%-
XYZ9.3511.0426.45-
YUV76.16164.0377.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.04%
GREEN value IS 100 (39.45% from 255) = 40.82%
BLUE value IS 140 (55.08% from 255) = 57.14%
R=2.04%
G=40.82%
B=57.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51001400.960.2900.45197.7893.128.43
Hex5648C601D02Dc65d1c
Octal51442141403505530613534
Binary101110010010001100110000011101010110111000110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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