Html Css Color HEX #0550AE Cobalt

📋 copy color: '#0550AE'

red 5 ◦ green 80 ◦ blue 174

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

Shades of Cobalt #0550AE

Tints of Cobalt #0550AE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.89%

 BLUE value IS 174 (68.36% from 255) = 67.18%

R = 1.93%
G = 30.89%
B = 67.18%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0550AE (or 0x0550AE) is known color: Cobalt. HEX triplet: 05, 50 and AE. RGB value is (5,80,174). Sum of RGB (Red+Green+Blue) = 5+80+174=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #0550AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0550AE is #FAAF51. Grayscale: #434343. Windows color (decimal): -16428882 or 11423749. OLE color: 11423749.

HSL color Cylindrical-coordinate representation of color #0550AE: hue angle of 213.37º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0550AE is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 80 174 -
CMYK 0.97 0.54 0 0.32
HSL 213.37º 0.94% 0.35% -
HSV(B) 213.37º 0.97% 0.68% -
XYZ 10.57 8.83 41.19 -
YUV 68.29 187.65 82.86 -
System Red Green Blue C M Y K H S L
Decimal 5 80 174 0.97 0.54 0 0.32 213.37 0.94 0.35
Hex 5 50 AE 61 36 0 20 D5 5E 23
Octal 5 120 256 141 66 0 40 325 136 43
Binary 101 1010000 10101110 1100001 110110 0 100000 11010101 1011110 100011

Color Harmonies of #0550AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0550AE

Black with #0550AE

Text Example


Text Example

White with #0550AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0550AE; }

 p { color: rgb(5,80,174); }

 H1.HeaderClassName
 {
   color: #0550AE;
 }
 .AnyTagClassName
 {
   color: #0550AE;
 }
</style>

background-color css

<style>
 a { background-color: #0550AE; }

 a { background-color: rgb(5,80,174); }

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

border-color css

<style>
 span { border-color: #0550AE; }

 span { border-color: rgb(5,80,174); }

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