Html Css Color HEX #05445A Sherpa Blue

📋 copy color: '#05445A'

red 5 ◦ green 68 ◦ blue 90

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

Shades of Sherpa Blue #05445A

Tints of Sherpa Blue #05445A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.72%

 BLUE value IS 90 (35.55% from 255) = 55.21%

R = 3.07%
G = 41.72%
B = 55.21%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#05445A (or 0x05445A) is known color: Sherpa Blue. HEX triplet: 05, 44 and 5A. RGB value is (5,68,90). Sum of RGB (Red+Green+Blue) = 5+68+90=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #05445A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05445A is #FABBA5. Grayscale: #333333. Windows color (decimal): -16432038 or 5915653. OLE color: 5915653.

HSL color Cylindrical-coordinate representation of color #05445A: hue angle of 195.53º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05445A is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 68 90 -
CMYK 0.94 0.24 0 0.65
HSL 195.53º 0.89% 0.19% -
HSV(B) 195.53º 0.94% 0.35% -
XYZ 3.98 4.9 10.41 -
YUV 51.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 5 68 90 0.94 0.24 0 0.65 195.53 0.89 0.19
Hex 5 44 5A 5E 18 0 41 C4 59 13
Octal 5 104 132 136 30 0 101 304 131 23
Binary 101 1000100 1011010 1011110 11000 0 1000001 11000100 1011001 10011

Color Harmonies of #05445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05445A

Black with #05445A

Text Example


Text Example

White with #05445A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,68,90); }

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

background-color css

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

 a { background-color: rgb(5,68,90); }

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

border-color css

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

 span { border-color: rgb(5,68,90); }

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