Html Css Color HEX #056B89 Allports

📋 copy color: '#056B89'

red 5 ◦ green 107 ◦ blue 137

#056B89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #056B89

Tints of Allports #056B89

RGB

 RED value IS 5 (2.34% from 255) = 2.01%

 GREEN value IS 107 (42.19% from 255) = 42.97%

 BLUE value IS 137 (53.91% from 255) = 55.02%

R = 2.01%
G = 42.97%
B = 55.02%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#056B89 (or 0x056B89) is known color: Allports. HEX triplet: 05, 6B and 89. RGB value is (5,107,137). Sum of RGB (Red+Green+Blue) = 5+107+137=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #056B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056B89 is #FA9476. Grayscale: #4F4F4F. Windows color (decimal): -16422007 or 9005829. OLE color: 9005829.

HSL color Cylindrical-coordinate representation of color #056B89: hue angle of 193.64º 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 #056B89 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 107 137 -
CMYK 0.96 0.22 0 0.46
HSL 193.64º 0.93% 0.28% -
HSV(B) 193.64º 0.96% 0.54% -
XYZ 9.84 12.35 25.53 -
YUV 79.92 160.21 74.56 -
System Red Green Blue C M Y K H S L
Decimal 5 107 137 0.96 0.22 0 0.46 193.64 0.93 0.28
Hex 5 6B 89 60 16 0 2E C2 5D 1C
Octal 5 153 211 140 26 0 56 302 135 34
Binary 101 1101011 10001001 1100000 10110 0 101110 11000010 1011101 11100

Color Harmonies of #056B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B89

Black with #056B89

Text Example


Text Example

White with #056B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,107,137); }

 H1.HeaderClassName
 {
   color: #056B89;
 }
 .AnyTagClassName
 {
   color: #056B89;
 }
</style>

background-color css

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

 a { background-color: rgb(5,107,137); }

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

border-color css

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

 span { border-color: rgb(5,107,137); }

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