#05435B

Color #05435B Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #05435B

Tints of Sherpa Blue #05435B

Color information

#05435B (or 0x05435B) is unknown color: approx Sherpa Blue. HEX triplet: 05, 43 and 5B. RGB value is (5,67,91). Sum of RGB (Red+Green+Blue) = 5+67+91=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #05435B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05435B is #FABCA4. Grayscale: #333333. Windows color (decimal): -16432293 or 5980933. OLE color: 5980933.

HSL color Cylindrical-coordinate representation of color #05435B: hue angle of 196.74º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05435B is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB56791-
CMYK0.950.2600.64
HSL196.74º89.58%18.82%-
HSV(B)196.74º94.51%35.69%-
XYZ3.964.810.62-
YUV51.2150.4695.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 67 (26.56% from 255) = 41.10%
BLUE value IS 91 (35.94% from 255) = 55.83%
R=3.07%
G=41.10%
B=55.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal567910.950.2600.64196.7489.5818.82
Hex5435B5F1A040c55a13
Octal510313313732010030513223
Binary101100001110110111011111110100100000011000101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05435B; }

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

 H1.HeaderClassName
 {
   color: #05435B;
 }
 .AnyTagClassName
 {
   color: #05435B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #05435B;
 }
 .BgClassName
 {
   background-color: #05435B;
 }
</style>
border-color css

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

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

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