Html Css Color HEX #053646 Sherpa Blue

📋 copy color: '#053646'

red 5 ◦ green 54 ◦ blue 70

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

Shades of Sherpa Blue #053646

Tints of Sherpa Blue #053646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 54.26%

R = 3.88%
G = 41.86%
B = 54.26%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#053646 (or 0x053646) is known color: Sherpa Blue. HEX triplet: 05, 36 and 46. RGB value is (5,54,70). Sum of RGB (Red+Green+Blue) = 5+54+70=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #053646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053646 is #FAC9B9. Grayscale: #292929. Windows color (decimal): -16435642 or 4601349. OLE color: 4601349.

HSL color Cylindrical-coordinate representation of color #053646: hue angle of 194.77º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053646 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 54 70 -
CMYK 0.93 0.23 0 0.73
HSL 194.77º 0.87% 0.15% -
HSV(B) 194.77º 0.93% 0.27% -
XYZ 2.49 3.11 6.26 -
YUV 41.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 5 54 70 0.93 0.23 0 0.73 194.77 0.87 0.15
Hex 5 36 46 5D 17 0 49 C3 57 F
Octal 5 66 106 135 27 0 111 303 127 17
Binary 101 110110 1000110 1011101 10111 0 1001001 11000011 1010111 1111

Color Harmonies of #053646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053646

Black with #053646

Text Example


Text Example

White with #053646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053646; }

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

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

background-color css

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

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

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

border-color css

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

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

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