#056C88

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

Shades of Allports #056C88

Tints of Allports #056C88

Color information

#056C88 (or 0x056C88) is unknown color: approx Allports. HEX triplet: 05, 6C and 88. RGB value is (5,108,136). Sum of RGB (Red+Green+Blue) = 5+108+136=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #056C88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056C88 is #FA9377. Grayscale: #505050. Windows color (decimal): -16421752 or 8940549. OLE color: 8940549.

HSL color Cylindrical-coordinate representation of color #056C88: hue angle of 192.82º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056C88 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5108136-
CMYK0.960.2100.47
HSL192.82º92.91%27.65%-
HSV(B)192.82º96.32%53.33%-
XYZ9.8712.5325.19-
YUV80.4159.3874.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.01%
GREEN value IS 108 (42.58% from 255) = 43.37%
BLUE value IS 136 (53.52% from 255) = 54.62%
R=2.01%
G=43.37%
B=54.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51081360.960.2100.47192.8292.9127.65
Hex56C88601502Fc15d1c
Octal51542101402505730113534
Binary101110110010001000110000010101010111111000001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056C88; }

 p { color: rgb(5,108,136); }

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

<style>
 a { background-color: #056C88; }

 a { background-color: rgb(5,108,136); }

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

<style>
 span { border-color: #056C88; }

 span { border-color: rgb(5,108,136); }

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