Html Css Color HEX #053641 Sherpa Blue

📋 copy color: '#053641'

red 5 ◦ green 54 ◦ blue 65

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

Shades of Sherpa Blue #053641

Tints of Sherpa Blue #053641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 43.55%

 BLUE value IS 65 (25.78% from 255) = 52.42%

R = 4.03%
G = 43.55%
B = 52.42%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#053641 (or 0x053641) is known color: Sherpa Blue. HEX triplet: 05, 36 and 41. RGB value is (5,54,65). Sum of RGB (Red+Green+Blue) = 5+54+65=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #053641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053641 is #FAC9BE. Grayscale: #282828. Windows color (decimal): -16435647 or 4273669. OLE color: 4273669.

HSL color Cylindrical-coordinate representation of color #053641: hue angle of 191º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053641 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 54 65 -
CMYK 0.92 0.17 0 0.75
HSL 191º 0.86% 0.14% -
HSV(B) 191º 0.92% 0.25% -
XYZ 2.34 3.05 5.47 -
YUV 40.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 5 54 65 0.92 0.17 0 0.75 191 0.86 0.14
Hex 5 36 41 5C 11 0 4B BF 56 E
Octal 5 66 101 134 21 0 113 277 126 16
Binary 101 110110 1000001 1011100 10001 0 1001011 10111111 1010110 1110

Color Harmonies of #053641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053641

Black with #053641

Text Example


Text Example

White with #053641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053641; }

 p { color: rgb(5,54,65); }

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

background-color css

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

 a { background-color: rgb(5,54,65); }

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

border-color css

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

 span { border-color: rgb(5,54,65); }

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