#0557AF

Color #0557AF Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0557AF

Tints of Cobalt #0557AF

Color information

#0557AF (or 0x0557AF) is unknown color: approx Cobalt. HEX triplet: 05, 57 and AF. RGB value is (5,87,175). Sum of RGB (Red+Green+Blue) = 5+87+175=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #0557AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0557AF is #FAA850. Grayscale: #484848. Windows color (decimal): -16427089 or 11491077. OLE color: 11491077.

HSL color Cylindrical-coordinate representation of color #0557AF: hue angle of 211.06º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0557AF is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB587175-
CMYK0.970.5000.31
HSL211.06º94.44%35.29%-
HSV(B)211.06º97.14%68.63%-
XYZ11.219.9441.89-
YUV72.51185.8379.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.87%
GREEN value IS 87 (34.38% from 255) = 32.58%
BLUE value IS 175 (68.75% from 255) = 65.54%
R=1.87%
G=32.58%
B=65.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5871750.970.5000.31211.0694.4435.29
Hex557AF613201Fd35e23
Octal51272571416203732313643
Binary1011010111101011111100001110010011111110100111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0557AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0557AF; }

 p { color: rgb(5,87,175); }

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

<style>
 a { background-color: #0557AF; }

 a { background-color: rgb(5,87,175); }

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

<style>
 span { border-color: #0557AF; }

 span { border-color: rgb(5,87,175); }

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