Html Css Color HEX #05628B Allports

📋 copy color: '#05628B'

red 5 ◦ green 98 ◦ blue 139

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

Shades of Allports #05628B

Tints of Allports #05628B

RGB

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

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

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

R = 2.07%
G = 40.5%
B = 57.44%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05628B (or 0x05628B) is known color: Allports. HEX triplet: 05, 62 and 8B. RGB value is (5,98,139). Sum of RGB (Red+Green+Blue) = 5+98+139=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #05628B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05628B is #FA9D74. Grayscale: #4A4A4A. Windows color (decimal): -16424309 or 9134597. OLE color: 9134597.

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

Color convert

RGB 5 98 139 -
CMYK 0.96 0.29 0 0.45
HSL 198.36º 0.93% 0.28% -
HSV(B) 198.36º 0.96% 0.55% -
XYZ 9.09 10.63 26 -
YUV 74.87 164.19 78.17 -
System Red Green Blue C M Y K H S L
Decimal 5 98 139 0.96 0.29 0 0.45 198.36 0.93 0.28
Hex 5 62 8B 60 1D 0 2D C6 5D 1C
Octal 5 142 213 140 35 0 55 306 135 34
Binary 101 1100010 10001011 1100000 11101 0 101101 11000110 1011101 11100

Color Harmonies of #05628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05628B

Black with #05628B

Text Example


Text Example

White with #05628B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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