Html Css Color HEX #053A43 Sherpa Blue

📋 copy color: '#053A43'

red 5 ◦ green 58 ◦ blue 67

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

Shades of Sherpa Blue #053A43

Tints of Sherpa Blue #053A43

RGB

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

 GREEN value IS 58 (23.05% from 255) = 44.62%

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

R = 3.85%
G = 44.62%
B = 51.54%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#053A43 (or 0x053A43) is known color: Sherpa Blue. HEX triplet: 05, 3A and 43. RGB value is (5,58,67). Sum of RGB (Red+Green+Blue) = 5+58+67=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 67 (26.56% from 255 or 51.54% from 130); Max value from RGB is 67 - color contains mainly: blue. Hex color #053A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A43 is #FAC5BC. Grayscale: #2B2B2B. Windows color (decimal): -16434621 or 4405765. OLE color: 4405765.

HSL color Cylindrical-coordinate representation of color #053A43: hue angle of 188.71º 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 #053A43 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 58 67 -
CMYK 0.93 0.13 0 0.74
HSL 188.71º 0.86% 0.14% -
HSV(B) 188.71º 0.93% 0.26% -
XYZ 2.59 3.46 5.84 -
YUV 43.18 141.44 100.77 -
System Red Green Blue C M Y K H S L
Decimal 5 58 67 0.93 0.13 0 0.74 188.71 0.86 0.14
Hex 5 3A 43 5D D 0 4A BD 56 E
Octal 5 72 103 135 15 0 112 275 126 16
Binary 101 111010 1000011 1011101 1101 0 1001010 10111101 1010110 1110

Color Harmonies of #053A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A43

Black with #053A43

Text Example


Text Example

White with #053A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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