#053139

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

Shades of Nordic #053139

Tints of Nordic #053139

Color information

#053139 (or 0x053139) is unknown color: approx Nordic. HEX triplet: 05, 31 and 39. RGB value is (5,49,57). Sum of RGB (Red+Green+Blue) = 5+49+57=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #053139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053139 is #FACEC6. Grayscale: #242424. Windows color (decimal): -16436935 or 3748101. OLE color: 3748101.

HSL color Cylindrical-coordinate representation of color #053139: hue angle of 189.23º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053139 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB54957-
CMYK0.910.1400.78
HSL189.23º83.87%12.16%-
HSV(B)189.23º91.23%22.35%-
XYZ1.92.524.26-
YUV36.76139.42105.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 49 (19.53% from 255) = 44.14%
BLUE value IS 57 (22.66% from 255) = 51.35%
R=4.50%
G=44.14%
B=51.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal549570.910.1400.78189.2383.8712.16
Hex531395BE04Ebd54c
Octal5617113316011627512414
Binary10111000111100110110111110010011101011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053139; }

 p { color: rgb(5,49,57); }

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

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

 a { background-color: rgb(5,49,57); }

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

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

 span { border-color: rgb(5,49,57); }

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