#053442

Color #053442 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #053442

Tints of Nordic #053442

Color information

#053442 (or 0x053442) is unknown color: approx Nordic. HEX triplet: 05, 34 and 42. RGB value is (5,52,66). Sum of RGB (Red+Green+Blue) = 5+52+66=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 66 (26.17% from 255 or 53.66% from 123); Max value from RGB is 66 - color contains mainly: blue. Hex color #053442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053442 is #FACBBD. Grayscale: #272727. Windows color (decimal): -16436158 or 4338693. OLE color: 4338693.

HSL color Cylindrical-coordinate representation of color #053442: hue angle of 193.77º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053442 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB55266-
CMYK0.920.2100.74
HSL193.77º85.92%13.92%-
HSV(B)193.77º92.42%25.88%-
XYZ2.272.885.59-
YUV39.54142.93103.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 52 (20.70% from 255) = 42.28%
BLUE value IS 66 (26.17% from 255) = 53.66%
R=4.07%
G=42.28%
B=53.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal552660.920.2100.74193.7785.9213.92
Hex534425C1504Ac256e
Octal56410213425011230212616
Binary1011101001000010101110010101010010101100001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053442; }

 p { color: rgb(5,52,66); }

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

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

 a { background-color: rgb(5,52,66); }

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

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

 span { border-color: rgb(5,52,66); }

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