#052D39

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

Shades of Nordic #052D39

Tints of Nordic #052D39

Color information

#052D39 (or 0x052D39) is unknown color: approx Nordic. HEX triplet: 05, 2D and 39. RGB value is (5,45,57). Sum of RGB (Red+Green+Blue) = 5+45+57=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 45 (17.97% from 255 or 42.06% from 107); Blue value is 57 (22.66% from 255 or 53.27% from 107); Max value from RGB is 57 - color contains mainly: blue. Hex color #052D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D39 is #FAD2C6. Grayscale: #222222. Windows color (decimal): -16437959 or 3747077. OLE color: 3747077.

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

Color convert

RGB54557-
CMYK0.910.2100.78
HSL193.85º83.87%12.16%-
HSV(B)193.85º91.23%22.35%-
XYZ1.742.24.2-
YUV34.41140.75107.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 45 (17.97% from 255) = 42.06%
BLUE value IS 57 (22.66% from 255) = 53.27%
R=4.67%
G=42.06%
B=53.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal545570.910.2100.78193.8583.8712.16
Hex52D395B1504Ec254c
Octal5557113325011630212414
Binary101101101111001101101110101010011101100001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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