Html Css Color HEX #05485C Sherpa Blue

📋 copy color: '#05485C'

red 5 ◦ green 72 ◦ blue 92

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

Shades of Sherpa Blue #05485C

Tints of Sherpa Blue #05485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 54.44%

R = 2.96%
G = 42.6%
B = 54.44%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05485C (or 0x05485C) is known color: Sherpa Blue. HEX triplet: 05, 48 and 5C. RGB value is (5,72,92). Sum of RGB (Red+Green+Blue) = 5+72+92=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #05485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05485C is #FAB7A3. Grayscale: #363636. Windows color (decimal): -16431012 or 6047749. OLE color: 6047749.

HSL color Cylindrical-coordinate representation of color #05485C: hue angle of 193.79º 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 #05485C is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 72 92 -
CMYK 0.95 0.22 0 0.64
HSL 193.79º 0.9% 0.19% -
HSV(B) 193.79º 0.95% 0.36% -
XYZ 4.31 5.44 10.95 -
YUV 54.25 149.3 92.87 -
System Red Green Blue C M Y K H S L
Decimal 5 72 92 0.95 0.22 0 0.64 193.79 0.9 0.19
Hex 5 48 5C 5F 16 0 40 C2 5A 13
Octal 5 110 134 137 26 0 100 302 132 23
Binary 101 1001000 1011100 1011111 10110 0 1000000 11000010 1011010 10011

Color Harmonies of #05485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05485C

Black with #05485C

Text Example


Text Example

White with #05485C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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