Html Css Color HEX #053B4B Sherpa Blue

📋 copy color: '#053B4B'

red 5 ◦ green 59 ◦ blue 75

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

Shades of Sherpa Blue #053B4B

Tints of Sherpa Blue #053B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 53.96%

R = 3.6%
G = 42.45%
B = 53.96%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#053B4B (or 0x053B4B) is known color: Sherpa Blue. HEX triplet: 05, 3B and 4B. RGB value is (5,59,75). Sum of RGB (Red+Green+Blue) = 5+59+75=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 59 (23.44% from 255 or 42.45% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #053B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B4B is #FAC4B4. Grayscale: #2C2C2C. Windows color (decimal): -16434357 or 4930309. OLE color: 4930309.

HSL color Cylindrical-coordinate representation of color #053B4B: hue angle of 193.71º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053B4B is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 59 75 -
CMYK 0.93 0.21 0 0.71
HSL 193.71º 0.88% 0.16% -
HSV(B) 193.71º 0.93% 0.29% -
XYZ 2.9 3.67 7.21 -
YUV 44.68 145.11 99.7 -
System Red Green Blue C M Y K H S L
Decimal 5 59 75 0.93 0.21 0 0.71 193.71 0.88 0.16
Hex 5 3B 4B 5D 15 0 47 C2 58 10
Octal 5 73 113 135 25 0 107 302 130 20
Binary 101 111011 1001011 1011101 10101 0 1000111 11000010 1011000 10000

Color Harmonies of #053B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053B4B

Black with #053B4B

Text Example


Text Example

White with #053B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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