Html Css Color HEX #055355 Sherpa Blue

📋 copy color: '#055355'

red 5 ◦ green 83 ◦ blue 85

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

Shades of Sherpa Blue #055355

Tints of Sherpa Blue #055355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.98%

 BLUE value IS 85 (33.59% from 255) = 49.13%

R = 2.89%
G = 47.98%
B = 49.13%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#055355 (or 0x055355) is known color: Sherpa Blue. HEX triplet: 05, 53 and 55. RGB value is (5,83,85). Sum of RGB (Red+Green+Blue) = 5+83+85=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #055355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055355 is #FAACAA. Grayscale: #3B3B3B. Windows color (decimal): -16428203 or 5591813. OLE color: 5591813.

HSL color Cylindrical-coordinate representation of color #055355: hue angle of 181.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055355 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 83 85 -
CMYK 0.94 0.02 0 0.67
HSL 181.5º 0.89% 0.18% -
HSV(B) 181.5º 0.94% 0.33% -
XYZ 4.8 6.87 9.67 -
YUV 59.91 142.16 88.84 -
System Red Green Blue C M Y K H S L
Decimal 5 83 85 0.94 0.02 0 0.67 181.5 0.89 0.18
Hex 5 53 55 5E 2 0 43 B6 59 12
Octal 5 123 125 136 2 0 103 266 131 22
Binary 101 1010011 1010101 1011110 10 0 1000011 10110110 1011001 10010

Color Harmonies of #055355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055355

Black with #055355

Text Example


Text Example

White with #055355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055355; }

 p { color: rgb(5,83,85); }

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

background-color css

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

 a { background-color: rgb(5,83,85); }

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

border-color css

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

 span { border-color: rgb(5,83,85); }

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