Html Css Color HEX #055260 Sherpa Blue

📋 copy color: '#055260'

red 5 ◦ green 82 ◦ blue 96

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

Shades of Sherpa Blue #055260

Tints of Sherpa Blue #055260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.81%

 BLUE value IS 96 (37.89% from 255) = 52.46%

R = 2.73%
G = 44.81%
B = 52.46%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#055260 (or 0x055260) is known color: Sherpa Blue. HEX triplet: 05, 52 and 60. RGB value is (5,82,96). Sum of RGB (Red+Green+Blue) = 5+82+96=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #055260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055260 is #FAAD9F. Grayscale: #3C3C3C. Windows color (decimal): -16428448 or 6312453. OLE color: 6312453.

HSL color Cylindrical-coordinate representation of color #055260: hue angle of 189.23º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055260 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 82 96 -
CMYK 0.95 0.15 0 0.62
HSL 189.23º 0.9% 0.2% -
HSV(B) 189.23º 0.95% 0.38% -
XYZ 5.19 6.91 12.13 -
YUV 60.57 147.99 88.36 -
System Red Green Blue C M Y K H S L
Decimal 5 82 96 0.95 0.15 0 0.62 189.23 0.9 0.2
Hex 5 52 60 5F F 0 3E BD 5A 14
Octal 5 122 140 137 17 0 76 275 132 24
Binary 101 1010010 1100000 1011111 1111 0 111110 10111101 1011010 10100

Color Harmonies of #055260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055260

Black with #055260

Text Example


Text Example

White with #055260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055260; }

 p { color: rgb(5,82,96); }

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

background-color css

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

 a { background-color: rgb(5,82,96); }

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

border-color css

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

 span { border-color: rgb(5,82,96); }

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