Html Css Color HEX #05515B Sherpa Blue

📋 copy color: '#05515B'

red 5 ◦ green 81 ◦ blue 91

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

Shades of Sherpa Blue #05515B

Tints of Sherpa Blue #05515B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 45.76%

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

R = 2.82%
G = 45.76%
B = 51.41%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05515B (or 0x05515B) is known color: Sherpa Blue. HEX triplet: 05, 51 and 5B. RGB value is (5,81,91). Sum of RGB (Red+Green+Blue) = 5+81+91=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #05515B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05515B is #FAAEA4. Grayscale: #3B3B3B. Windows color (decimal): -16428709 or 5984517. OLE color: 5984517.

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

Color convert

RGB 5 81 91 -
CMYK 0.95 0.11 0 0.64
HSL 186.98º 0.9% 0.19% -
HSV(B) 186.98º 0.95% 0.36% -
XYZ 4.89 6.67 10.93 -
YUV 59.42 145.82 89.19 -
System Red Green Blue C M Y K H S L
Decimal 5 81 91 0.95 0.11 0 0.64 186.98 0.9 0.19
Hex 5 51 5B 5F B 0 40 BB 5A 13
Octal 5 121 133 137 13 0 100 273 132 23
Binary 101 1010001 1011011 1011111 1011 0 1000000 10111011 1011010 10011

Color Harmonies of #05515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05515B

Black with #05515B

Text Example


Text Example

White with #05515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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