Html Css Color HEX #05668A Allports

📋 copy color: '#05668A'

red 5 ◦ green 102 ◦ blue 138

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

Shades of Allports #05668A

Tints of Allports #05668A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.63%

 BLUE value IS 138 (54.3% from 255) = 56.33%

R = 2.04%
G = 41.63%
B = 56.33%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#05668A (or 0x05668A) is known color: Allports. HEX triplet: 05, 66 and 8A. RGB value is (5,102,138). Sum of RGB (Red+Green+Blue) = 5+102+138=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #05668A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05668A is #FA9975. Grayscale: #4C4C4C. Windows color (decimal): -16423286 or 9070085. OLE color: 9070085.

HSL color Cylindrical-coordinate representation of color #05668A: hue angle of 196.24º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05668A is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 102 138 -
CMYK 0.96 0.26 0 0.46
HSL 196.24º 0.93% 0.28% -
HSV(B) 196.24º 0.96% 0.54% -
XYZ 9.4 11.37 25.74 -
YUV 77.1 162.36 76.57 -
System Red Green Blue C M Y K H S L
Decimal 5 102 138 0.96 0.26 0 0.46 196.24 0.93 0.28
Hex 5 66 8A 60 1A 0 2E C4 5D 1C
Octal 5 146 212 140 32 0 56 304 135 34
Binary 101 1100110 10001010 1100000 11010 0 101110 11000100 1011101 11100

Color Harmonies of #05668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05668A

Black with #05668A

Text Example


Text Example

White with #05668A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05668A; }

 p { color: rgb(5,102,138); }

 H1.HeaderClassName
 {
   color: #05668A;
 }
 .AnyTagClassName
 {
   color: #05668A;
 }
</style>

background-color css

<style>
 a { background-color: #05668A; }

 a { background-color: rgb(5,102,138); }

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

border-color css

<style>
 span { border-color: #05668A; }

 span { border-color: rgb(5,102,138); }

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