Html Css Color HEX #0582AC Cerulean

📋 copy color: '#0582AC'

red 5 ◦ green 130 ◦ blue 172

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

Shades of Cerulean #0582AC

Tints of Cerulean #0582AC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.35%

 BLUE value IS 172 (67.58% from 255) = 56.03%

R = 1.63%
G = 42.35%
B = 56.03%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0582AC (or 0x0582AC) is known color: Cerulean. HEX triplet: 05, 82 and AC. RGB value is (5,130,172). Sum of RGB (Red+Green+Blue) = 5+130+172=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #0582AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0582AC is #FA7D53. Grayscale: #616161. Windows color (decimal): -16416084 or 11305477. OLE color: 11305477.

HSL color Cylindrical-coordinate representation of color #0582AC: hue angle of 195.09º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0582AC is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 130 172 -
CMYK 0.97 0.24 0 0.33
HSL 195.09º 0.94% 0.35% -
HSV(B) 195.09º 0.97% 0.67% -
XYZ 15.49 18.98 41.88 -
YUV 97.41 170.09 62.08 -
System Red Green Blue C M Y K H S L
Decimal 5 130 172 0.97 0.24 0 0.33 195.09 0.94 0.35
Hex 5 82 AC 61 18 0 21 C3 5E 23
Octal 5 202 254 141 30 0 41 303 136 43
Binary 101 10000010 10101100 1100001 11000 0 100001 11000011 1011110 100011

Color Harmonies of #0582AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0582AC

Black with #0582AC

Text Example


Text Example

White with #0582AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0582AC;
 }
 .AnyTagClassName
 {
   color: #0582AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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