#0584AD

Color #0584AD Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0584AD

Tints of Cerulean #0584AD

Color information

#0584AD (or 0x0584AD) is unknown color: approx Cerulean. HEX triplet: 05, 84 and AD. RGB value is (5,132,173). Sum of RGB (Red+Green+Blue) = 5+132+173=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #0584AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0584AD is #FA7B52. Grayscale: #626262. Windows color (decimal): -16415571 or 11371525. OLE color: 11371525.

HSL color Cylindrical-coordinate representation of color #0584AD: hue angle of 194.64º 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 #0584AD is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5132173-
CMYK0.970.2400.32
HSL194.64º94.38%34.9%-
HSV(B)194.64º97.11%67.84%-
XYZ15.8619.5542.47-
YUV98.7169.9261.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.61%
GREEN value IS 132 (51.95% from 255) = 42.58%
BLUE value IS 173 (67.97% from 255) = 55.81%
R=1.61%
G=42.58%
B=55.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51321730.970.2400.32194.6494.3834.9
Hex584AD6118020c35e23
Octal52042551413004030313643
Binary10110000100101011011100001110000100000110000111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0584AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0584AD; }

 p { color: rgb(5,132,173); }

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

<style>
 a { background-color: #0584AD; }

 a { background-color: rgb(5,132,173); }

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

<style>
 span { border-color: #0584AD; }

 span { border-color: rgb(5,132,173); }

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