Html Css Color HEX #05485D Sherpa Blue

📋 copy color: '#05485D'

red 5 ◦ green 72 ◦ blue 93

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

Shades of Sherpa Blue #05485D

Tints of Sherpa Blue #05485D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 54.71%

R = 2.94%
G = 42.35%
B = 54.71%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05485D (or 0x05485D) is known color: Sherpa Blue. HEX triplet: 05, 48 and 5D. RGB value is (5,72,93). Sum of RGB (Red+Green+Blue) = 5+72+93=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #05485D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05485D is #FAB7A2. Grayscale: #363636. Windows color (decimal): -16431011 or 6113285. OLE color: 6113285.

HSL color Cylindrical-coordinate representation of color #05485D: hue angle of 194.32º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05485D is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 72 93 -
CMYK 0.95 0.23 0 0.64
HSL 194.32º 0.9% 0.19% -
HSV(B) 194.32º 0.95% 0.36% -
XYZ 4.36 5.46 11.18 -
YUV 54.36 149.8 92.79 -
System Red Green Blue C M Y K H S L
Decimal 5 72 93 0.95 0.23 0 0.64 194.32 0.9 0.19
Hex 5 48 5D 5F 17 0 40 C2 5A 13
Octal 5 110 135 137 27 0 100 302 132 23
Binary 101 1001000 1011101 1011111 10111 0 1000000 11000010 1011010 10011

Color Harmonies of #05485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05485D

Black with #05485D

Text Example


Text Example

White with #05485D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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