#053439

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

Shades of Nordic #053439

Tints of Nordic #053439

Color information

#053439 (or 0x053439) is unknown color: approx Nordic. HEX triplet: 05, 34 and 39. RGB value is (5,52,57). Sum of RGB (Red+Green+Blue) = 5+52+57=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #053439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053439 is #FACBC6. Grayscale: #262626. Windows color (decimal): -16436167 or 3748869. OLE color: 3748869.

HSL color Cylindrical-coordinate representation of color #053439: hue angle of 185.77º 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 #053439 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB55257-
CMYK0.910.0900.78
HSL185.77º83.87%12.16%-
HSV(B)185.77º91.23%22.35%-
XYZ2.032.784.3-
YUV38.52138.43104.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 52 (20.70% from 255) = 45.61%
BLUE value IS 57 (22.66% from 255) = 50%
R=4.39%
G=45.61%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal552570.910.0900.78185.7783.8712.16
Hex534395B904Eba54c
Octal5647113311011627212414
Binary10111010011100110110111001010011101011101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053439; }

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

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

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

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

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

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

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

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