Html Css Color HEX #053845 Sherpa Blue

📋 copy color: '#053845'

red 5 ◦ green 56 ◦ blue 69

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

Shades of Sherpa Blue #053845

Tints of Sherpa Blue #053845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.08%

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

R = 3.85%
G = 43.08%
B = 53.08%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#053845 (or 0x053845) is known color: Sherpa Blue. HEX triplet: 05, 38 and 45. RGB value is (5,56,69). Sum of RGB (Red+Green+Blue) = 5+56+69=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 69 (27.34% from 255 or 53.08% from 130); Max value from RGB is 69 - color contains mainly: blue. Hex color #053845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053845 is #FAC7BA. Grayscale: #2A2A2A. Windows color (decimal): -16435131 or 4536325. OLE color: 4536325.

HSL color Cylindrical-coordinate representation of color #053845: hue angle of 192.19º 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 #053845 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 56 69 -
CMYK 0.93 0.19 0 0.73
HSL 192.19º 0.86% 0.15% -
HSV(B) 192.19º 0.93% 0.27% -
XYZ 2.55 3.29 6.13 -
YUV 42.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 5 56 69 0.93 0.19 0 0.73 192.19 0.86 0.15
Hex 5 38 45 5D 13 0 49 C0 56 F
Octal 5 70 105 135 23 0 111 300 126 17
Binary 101 111000 1000101 1011101 10011 0 1001001 11000000 1010110 1111

Color Harmonies of #053845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053845

Black with #053845

Text Example


Text Example

White with #053845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053845; }

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

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

background-color css

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

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

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

border-color css

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

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

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