#05638A

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

Shades of Allports #05638A

Tints of Allports #05638A

Color information

#05638A (or 0x05638A) is unknown color: approx Allports. HEX triplet: 05, 63 and 8A. RGB value is (5,99,138). Sum of RGB (Red+Green+Blue) = 5+99+138=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #05638A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05638A is #FA9C75. Grayscale: #4B4B4B. Windows color (decimal): -16424054 or 9069317. OLE color: 9069317.

HSL color Cylindrical-coordinate representation of color #05638A: hue angle of 197.59º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05638A is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB599138-
CMYK0.960.2800.46
HSL197.59º93.01%28.04%-
HSV(B)197.59º96.38%54.12%-
XYZ9.1110.7925.65-
YUV75.34163.3677.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 99 (39.06% from 255) = 40.91%
BLUE value IS 138 (54.30% from 255) = 57.02%
R=2.07%
G=40.91%
B=57.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5991380.960.2800.46197.5993.0128.04
Hex5638A601C02Ec65d1c
Octal51432121403405630613534
Binary101110001110001010110000011100010111011000110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05638A; }

 p { color: rgb(5,99,138); }

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

<style>
 a { background-color: #05638A; }

 a { background-color: rgb(5,99,138); }

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

<style>
 span { border-color: #05638A; }

 span { border-color: rgb(5,99,138); }

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