Html Css Color HEX #05485A Sherpa Blue

📋 copy color: '#05485A'

red 5 ◦ green 72 ◦ blue 90

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

Shades of Sherpa Blue #05485A

Tints of Sherpa Blue #05485A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.11%

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

R = 2.99%
G = 43.11%
B = 53.89%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#05485A (or 0x05485A) is known color: Sherpa Blue. HEX triplet: 05, 48 and 5A. RGB value is (5,72,90). Sum of RGB (Red+Green+Blue) = 5+72+90=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #05485A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05485A is #FAB7A5. Grayscale: #353535. Windows color (decimal): -16431014 or 5916677. OLE color: 5916677.

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

Color convert

RGB 5 72 90 -
CMYK 0.94 0.20 0 0.65
HSL 192.71º 0.89% 0.19% -
HSV(B) 192.71º 0.94% 0.35% -
XYZ 4.23 5.41 10.49 -
YUV 54.02 148.3 93.04 -
System Red Green Blue C M Y K H S L
Decimal 5 72 90 0.94 0.20 0 0.65 192.71 0.89 0.19
Hex 5 48 5A 5E 14 0 41 C1 59 13
Octal 5 110 132 136 24 0 101 301 131 23
Binary 101 1001000 1011010 1011110 10100 0 1000001 11000001 1011001 10011

Color Harmonies of #05485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05485A

Black with #05485A

Text Example


Text Example

White with #05485A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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