#0582AD

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

Shades of Cerulean #0582AD

Tints of Cerulean #0582AD

Color information

#0582AD (or 0x0582AD) is unknown color: approx Cerulean. HEX triplet: 05, 82 and AD. RGB value is (5,130,173). Sum of RGB (Red+Green+Blue) = 5+130+173=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #0582AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0582AD is #FA7D52. Grayscale: #616161. Windows color (decimal): -16416083 or 11371013. OLE color: 11371013.

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

Color convert

RGB5130173-
CMYK0.970.2500.32
HSL195.36º94.38%34.9%-
HSV(B)195.36º97.11%67.84%-
XYZ15.5919.0142.38-
YUV97.53170.5962-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.62%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 173 (67.97% from 255) = 56.17%
R=1.62%
G=42.21%
B=56.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51301730.970.2500.32195.3694.3834.9
Hex582AD6119020c35e23
Octal52022551413104030313643
Binary10110000010101011011100001110010100000110000111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0582AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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