Html Css Color HEX #05505B Sherpa Blue

📋 copy color: '#05505B'

red 5 ◦ green 80 ◦ blue 91

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

Shades of Sherpa Blue #05505B

Tints of Sherpa Blue #05505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 51.7%

R = 2.84%
G = 45.45%
B = 51.7%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05505B (or 0x05505B) is known color: Sherpa Blue. HEX triplet: 05, 50 and 5B. RGB value is (5,80,91). Sum of RGB (Red+Green+Blue) = 5+80+91=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #05505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05505B is #FAAFA4. Grayscale: #3A3A3A. Windows color (decimal): -16428965 or 5984261. OLE color: 5984261.

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

Color convert

RGB 5 80 91 -
CMYK 0.95 0.12 0 0.64
HSL 187.67º 0.9% 0.19% -
HSV(B) 187.67º 0.95% 0.36% -
XYZ 4.82 6.52 10.9 -
YUV 58.83 146.15 89.61 -
System Red Green Blue C M Y K H S L
Decimal 5 80 91 0.95 0.12 0 0.64 187.67 0.9 0.19
Hex 5 50 5B 5F C 0 40 BC 5A 13
Octal 5 120 133 137 14 0 100 274 132 23
Binary 101 1010000 1011011 1011111 1100 0 1000000 10111100 1011010 10011

Color Harmonies of #05505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05505B

Black with #05505B

Text Example


Text Example

White with #05505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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