Html Css Color HEX #053A52 Sherpa Blue

📋 copy color: '#053A52'

red 5 ◦ green 58 ◦ blue 82

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

Shades of Sherpa Blue #053A52

Tints of Sherpa Blue #053A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 56.55%

R = 3.45%
G = 40%
B = 56.55%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#053A52 (or 0x053A52) is known color: Sherpa Blue. HEX triplet: 05, 3A and 52. RGB value is (5,58,82). Sum of RGB (Red+Green+Blue) = 5+58+82=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #053A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A52 is #FAC5AD. Grayscale: #2C2C2C. Windows color (decimal): -16434606 or 5388805. OLE color: 5388805.

HSL color Cylindrical-coordinate representation of color #053A52: hue angle of 198.7º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053A52 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 58 82 -
CMYK 0.94 0.29 0 0.68
HSL 198.7º 0.89% 0.17% -
HSV(B) 198.7º 0.94% 0.32% -
XYZ 3.1 3.67 8.53 -
YUV 44.89 148.94 99.55 -
System Red Green Blue C M Y K H S L
Decimal 5 58 82 0.94 0.29 0 0.68 198.7 0.89 0.17
Hex 5 3A 52 5E 1D 0 44 C7 59 11
Octal 5 72 122 136 35 0 104 307 131 21
Binary 101 111010 1010010 1011110 11101 0 1000100 11000111 1011001 10001

Color Harmonies of #053A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A52

Black with #053A52

Text Example


Text Example

White with #053A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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