Html Css Color HEX #05528C Dark Cerulean

📋 copy color: '#05528C'

red 5 ◦ green 82 ◦ blue 140

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

Shades of Dark Cerulean #05528C

Tints of Dark Cerulean #05528C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.12%

 BLUE value IS 140 (55.08% from 255) = 61.67%

R = 2.2%
G = 36.12%
B = 61.67%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05528C (or 0x05528C) is known color: Dark Cerulean. HEX triplet: 05, 52 and 8C. RGB value is (5,82,140). Sum of RGB (Red+Green+Blue) = 5+82+140=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #05528C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05528C is #FAAD73. Grayscale: #414141. Windows color (decimal): -16428404 or 9196037. OLE color: 9196037.

HSL color Cylindrical-coordinate representation of color #05528C: hue angle of 205.78º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05528C is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 82 140 -
CMYK 0.96 0.41 0 0.45
HSL 205.78º 0.93% 0.28% -
HSV(B) 205.78º 0.96% 0.55% -
XYZ 7.81 7.96 25.94 -
YUV 65.59 169.99 84.78 -
System Red Green Blue C M Y K H S L
Decimal 5 82 140 0.96 0.41 0 0.45 205.78 0.93 0.28
Hex 5 52 8C 60 29 0 2D CE 5D 1C
Octal 5 122 214 140 51 0 55 316 135 34
Binary 101 1010010 10001100 1100000 101001 0 101101 11001110 1011101 11100

Color Harmonies of #05528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05528C

Black with #05528C

Text Example


Text Example

White with #05528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05528C; }

 p { color: rgb(5,82,140); }

 H1.HeaderClassName
 {
   color: #05528C;
 }
 .AnyTagClassName
 {
   color: #05528C;
 }
</style>

background-color css

<style>
 a { background-color: #05528C; }

 a { background-color: rgb(5,82,140); }

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

border-color css

<style>
 span { border-color: #05528C; }

 span { border-color: rgb(5,82,140); }

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