Html Css Color HEX #053943 Sherpa Blue

📋 copy color: '#053943'

red 5 ◦ green 57 ◦ blue 67

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

Shades of Sherpa Blue #053943

Tints of Sherpa Blue #053943

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.19%

 BLUE value IS 67 (26.56% from 255) = 51.94%

R = 3.88%
G = 44.19%
B = 51.94%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#053943 (or 0x053943) is known color: Sherpa Blue. HEX triplet: 05, 39 and 43. RGB value is (5,57,67). Sum of RGB (Red+Green+Blue) = 5+57+67=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 67 (26.56% from 255 or 51.94% from 129); Max value from RGB is 67 - color contains mainly: blue. Hex color #053943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053943 is #FAC6BC. Grayscale: #2A2A2A. Windows color (decimal): -16434877 or 4405509. OLE color: 4405509.

HSL color Cylindrical-coordinate representation of color #053943: hue angle of 189.68º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053943 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 57 67 -
CMYK 0.93 0.15 0 0.74
HSL 189.68º 0.86% 0.14% -
HSV(B) 189.68º 0.93% 0.26% -
XYZ 2.54 3.36 5.83 -
YUV 42.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 5 57 67 0.93 0.15 0 0.74 189.68 0.86 0.14
Hex 5 39 43 5D F 0 4A BE 56 E
Octal 5 71 103 135 17 0 112 276 126 16
Binary 101 111001 1000011 1011101 1111 0 1001010 10111110 1010110 1110

Color Harmonies of #053943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053943

Black with #053943

Text Example


Text Example

White with #053943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053943; }

 p { color: rgb(5,57,67); }

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

background-color css

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

 a { background-color: rgb(5,57,67); }

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

border-color css

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

 span { border-color: rgb(5,57,67); }

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