Html Css Color HEX #05529C Cobalt

📋 copy color: '#05529C'

red 5 ◦ green 82 ◦ blue 156

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

Shades of Cobalt #05529C

Tints of Cobalt #05529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 64.2%

R = 2.06%
G = 33.74%
B = 64.2%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05529C (or 0x05529C) is known color: Cobalt. HEX triplet: 05, 52 and 9C. RGB value is (5,82,156). Sum of RGB (Red+Green+Blue) = 5+82+156=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #05529C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05529C is #FAAD63. Grayscale: #434343. Windows color (decimal): -16428388 or 10244613. OLE color: 10244613.

HSL color Cylindrical-coordinate representation of color #05529C: hue angle of 209.4º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05529C is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 82 156 -
CMYK 0.97 0.47 0 0.39
HSL 209.4º 0.94% 0.32% -
HSV(B) 209.4º 0.97% 0.61% -
XYZ 9.08 8.47 32.61 -
YUV 67.41 177.99 83.48 -
System Red Green Blue C M Y K H S L
Decimal 5 82 156 0.97 0.47 0 0.39 209.4 0.94 0.32
Hex 5 52 9C 61 2F 0 27 D1 5E 20
Octal 5 122 234 141 57 0 47 321 136 40
Binary 101 1010010 10011100 1100001 101111 0 100111 11010001 1011110 100000

Color Harmonies of #05529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05529C

Black with #05529C

Text Example


Text Example

White with #05529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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