Html Css Color HEX #05628C Allports

📋 copy color: '#05628C'

red 5 ◦ green 98 ◦ blue 140

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

Shades of Allports #05628C

Tints of Allports #05628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.33%

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

R = 2.06%
G = 40.33%
B = 57.61%

CMYK

 C value IS 0.96

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05628C (or 0x05628C) is known color: Allports. HEX triplet: 05, 62 and 8C. RGB value is (5,98,140). Sum of RGB (Red+Green+Blue) = 5+98+140=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #05628C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05628C is #FA9D73. Grayscale: #4A4A4A. Windows color (decimal): -16424308 or 9200133. OLE color: 9200133.

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

Color convert

RGB 5 98 140 -
CMYK 0.96 0.3 0 0.45
HSL 198.67º 0.93% 0.28% -
HSV(B) 198.67º 0.96% 0.55% -
XYZ 9.16 10.66 26.39 -
YUV 74.98 164.69 78.08 -
System Red Green Blue C M Y K H S L
Decimal 5 98 140 0.96 0.3 0 0.45 198.67 0.93 0.28
Hex 5 62 8C 60 1E 0 2D C7 5D 1C
Octal 5 142 214 140 36 0 55 307 135 34
Binary 101 1100010 10001100 1100000 11110 0 101101 11000111 1011101 11100

Color Harmonies of #05628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05628C

Black with #05628C

Text Example


Text Example

White with #05628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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