Html Css Color HEX #05505F Sherpa Blue

📋 copy color: '#05505F'

red 5 ◦ green 80 ◦ blue 95

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

Shades of Sherpa Blue #05505F

Tints of Sherpa Blue #05505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.44%

 BLUE value IS 95 (37.5% from 255) = 52.78%

R = 2.78%
G = 44.44%
B = 52.78%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#05505F (or 0x05505F) is known color: Sherpa Blue. HEX triplet: 05, 50 and 5F. RGB value is (5,80,95). Sum of RGB (Red+Green+Blue) = 5+80+95=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #05505F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05505F is #FAAFA0. Grayscale: #3B3B3B. Windows color (decimal): -16428961 or 6246405. OLE color: 6246405.

HSL color Cylindrical-coordinate representation of color #05505F: hue angle of 190º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05505F is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 80 95 -
CMYK 0.95 0.16 0 0.63
HSL 190º 0.9% 0.2% -
HSV(B) 190º 0.95% 0.37% -
XYZ 5 6.6 11.84 -
YUV 59.29 148.15 89.28 -
System Red Green Blue C M Y K H S L
Decimal 5 80 95 0.95 0.16 0 0.63 190 0.9 0.2
Hex 5 50 5F 5F 10 0 3F BE 5A 14
Octal 5 120 137 137 20 0 77 276 132 24
Binary 101 1010000 1011111 1011111 10000 0 111111 10111110 1011010 10100

Color Harmonies of #05505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05505F

Black with #05505F

Text Example


Text Example

White with #05505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05505F; }

 p { color: rgb(5,80,95); }

 H1.HeaderClassName
 {
   color: #05505F;
 }
 .AnyTagClassName
 {
   color: #05505F;
 }
</style>

background-color css

<style>
 a { background-color: #05505F; }

 a { background-color: rgb(5,80,95); }

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

border-color css

<style>
 span { border-color: #05505F; }

 span { border-color: rgb(5,80,95); }

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