Html Css Color HEX #054359 Sherpa Blue

📋 copy color: '#054359'

red 5 ◦ green 67 ◦ blue 89

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

Shades of Sherpa Blue #054359

Tints of Sherpa Blue #054359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.61%

 BLUE value IS 89 (35.16% from 255) = 55.28%

R = 3.11%
G = 41.61%
B = 55.28%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#054359 (or 0x054359) is known color: Sherpa Blue. HEX triplet: 05, 43 and 59. RGB value is (5,67,89). Sum of RGB (Red+Green+Blue) = 5+67+89=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #054359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054359 is #FABCA6. Grayscale: #323232. Windows color (decimal): -16432295 or 5849861. OLE color: 5849861.

HSL color Cylindrical-coordinate representation of color #054359: hue angle of 195.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054359 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 67 89 -
CMYK 0.94 0.25 0 0.65
HSL 195.71º 0.89% 0.18% -
HSV(B) 195.71º 0.94% 0.35% -
XYZ 3.87 4.77 10.17 -
YUV 50.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 5 67 89 0.94 0.25 0 0.65 195.71 0.89 0.18
Hex 5 43 59 5E 19 0 41 C4 59 12
Octal 5 103 131 136 31 0 101 304 131 22
Binary 101 1000011 1011001 1011110 11001 0 1000001 11000100 1011001 10010

Color Harmonies of #054359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054359

Black with #054359

Text Example


Text Example

White with #054359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054359; }

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

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

background-color css

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

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

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

border-color css

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

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

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