Html Css Color HEX #05688C Allports

📋 copy color: '#05688C'

red 5 ◦ green 104 ◦ blue 140

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

Shades of Allports #05688C

Tints of Allports #05688C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.77%

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

R = 2.01%
G = 41.77%
B = 56.22%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05688C (or 0x05688C) is known color: Allports. HEX triplet: 05, 68 and 8C. RGB value is (5,104,140). Sum of RGB (Red+Green+Blue) = 5+104+140=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 140 (55.08% from 255 or 56.22% from 249); Max value from RGB is 140 - color contains mainly: blue. Hex color #05688C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05688C is #FA9773. Grayscale: #4E4E4E. Windows color (decimal): -16422772 or 9201669. OLE color: 9201669.

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

Color convert

RGB 5 104 140 -
CMYK 0.96 0.26 0 0.45
HSL 196º 0.93% 0.28% -
HSV(B) 196º 0.96% 0.55% -
XYZ 9.75 11.83 26.58 -
YUV 78.5 162.7 75.57 -
System Red Green Blue C M Y K H S L
Decimal 5 104 140 0.96 0.26 0 0.45 196 0.93 0.28
Hex 5 68 8C 60 1A 0 2D C4 5D 1C
Octal 5 150 214 140 32 0 55 304 135 34
Binary 101 1101000 10001100 1100000 11010 0 101101 11000100 1011101 11100

Color Harmonies of #05688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05688C

Black with #05688C

Text Example


Text Example

White with #05688C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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