Html Css Color HEX #05528B Dark Cerulean

📋 copy color: '#05528B'

red 5 ◦ green 82 ◦ blue 139

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

Shades of Dark Cerulean #05528B

Tints of Dark Cerulean #05528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 61.5%

R = 2.21%
G = 36.28%
B = 61.5%

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

#05528B (or 0x05528B) is known color: Dark Cerulean. HEX triplet: 05, 52 and 8B. RGB value is (5,82,139). Sum of RGB (Red+Green+Blue) = 5+82+139=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #05528B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05528B is #FAAD74. Grayscale: #414141. Windows color (decimal): -16428405 or 9130501. OLE color: 9130501.

HSL color Cylindrical-coordinate representation of color #05528B: hue angle of 205.52º 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 #05528B is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 82 139 -
CMYK 0.96 0.41 0 0.45
HSL 205.52º 0.93% 0.28% -
HSV(B) 205.52º 0.96% 0.55% -
XYZ 7.74 7.93 25.55 -
YUV 65.48 169.49 84.87 -
System Red Green Blue C M Y K H S L
Decimal 5 82 139 0.96 0.41 0 0.45 205.52 0.93 0.28
Hex 5 52 8B 60 29 0 2D CE 5D 1C
Octal 5 122 213 140 51 0 55 316 135 34
Binary 101 1010010 10001011 1100000 101001 0 101101 11001110 1011101 11100

Color Harmonies of #05528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05528B

Black with #05528B

Text Example


Text Example

White with #05528B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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