Html Css Color HEX #053B45 Sherpa Blue

📋 copy color: '#053B45'

red 5 ◦ green 59 ◦ blue 69

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

Shades of Sherpa Blue #053B45

Tints of Sherpa Blue #053B45

RGB

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

 GREEN value IS 59 (23.44% from 255) = 44.36%

 BLUE value IS 69 (27.34% from 255) = 51.88%

R = 3.76%
G = 44.36%
B = 51.88%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#053B45 (or 0x053B45) is known color: Sherpa Blue. HEX triplet: 05, 3B and 45. RGB value is (5,59,69). Sum of RGB (Red+Green+Blue) = 5+59+69=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 69 (27.34% from 255 or 51.88% from 133); Max value from RGB is 69 - color contains mainly: blue. Hex color #053B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B45 is #FAC4BA. Grayscale: #2B2B2B. Windows color (decimal): -16434363 or 4537093. OLE color: 4537093.

HSL color Cylindrical-coordinate representation of color #053B45: hue angle of 189.38º degrees, saturation: 0.86, 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 #053B45 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 59 69 -
CMYK 0.93 0.14 0 0.73
HSL 189.38º 0.86% 0.15% -
HSV(B) 189.38º 0.93% 0.27% -
XYZ 2.7 3.59 6.18 -
YUV 43.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 5 59 69 0.93 0.14 0 0.73 189.38 0.86 0.15
Hex 5 3B 45 5D E 0 49 BD 56 F
Octal 5 73 105 135 16 0 111 275 126 17
Binary 101 111011 1000101 1011101 1110 0 1001001 10111101 1010110 1111

Color Harmonies of #053B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053B45

Black with #053B45

Text Example


Text Example

White with #053B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,59,69); }

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

background-color css

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

 a { background-color: rgb(5,59,69); }

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

border-color css

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

 span { border-color: rgb(5,59,69); }

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