Html Css Color HEX #05465A Sherpa Blue

📋 copy color: '#05465A'

red 5 ◦ green 70 ◦ blue 90

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

Shades of Sherpa Blue #05465A

Tints of Sherpa Blue #05465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.42%

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

R = 3.03%
G = 42.42%
B = 54.55%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#05465A (or 0x05465A) is known color: Sherpa Blue. HEX triplet: 05, 46 and 5A. RGB value is (5,70,90). Sum of RGB (Red+Green+Blue) = 5+70+90=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #05465A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05465A is #FAB9A5. Grayscale: #343434. Windows color (decimal): -16431526 or 5916165. OLE color: 5916165.

HSL color Cylindrical-coordinate representation of color #05465A: hue angle of 194.12º 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 #05465A is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 70 90 -
CMYK 0.94 0.22 0 0.65
HSL 194.12º 0.89% 0.19% -
HSV(B) 194.12º 0.94% 0.35% -
XYZ 4.1 5.15 10.45 -
YUV 52.85 148.97 93.87 -
System Red Green Blue C M Y K H S L
Decimal 5 70 90 0.94 0.22 0 0.65 194.12 0.89 0.19
Hex 5 46 5A 5E 16 0 41 C2 59 13
Octal 5 106 132 136 26 0 101 302 131 23
Binary 101 1000110 1011010 1011110 10110 0 1000001 11000010 1011001 10011

Color Harmonies of #05465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05465A

Black with #05465A

Text Example


Text Example

White with #05465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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