#052F39

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

Shades of Nordic #052F39

Tints of Nordic #052F39

Color information

#052F39 (or 0x052F39) is unknown color: approx Nordic. HEX triplet: 05, 2F and 39. RGB value is (5,47,57). Sum of RGB (Red+Green+Blue) = 5+47+57=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 47 (18.75% from 255 or 43.12% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #052F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F39 is #FAD0C6. Grayscale: #232323. Windows color (decimal): -16437447 or 3747589. OLE color: 3747589.

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

Color convert

RGB54757-
CMYK0.910.1800.78
HSL191.54º83.87%12.16%-
HSV(B)191.54º91.23%22.35%-
XYZ1.822.364.23-
YUV35.58140.09106.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 47 (18.75% from 255) = 43.12%
BLUE value IS 57 (22.66% from 255) = 52.29%
R=4.59%
G=43.12%
B=52.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal547570.910.1800.78191.5483.8712.16
Hex52F395B1204Ec054c
Octal5577113322011630012414
Binary101101111111001101101110010010011101100000010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052F39; }

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

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

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

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

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

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

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

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