#052D3A

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

Shades of Nordic #052D3A

Tints of Nordic #052D3A

Color information

#052D3A (or 0x052D3A) is unknown color: approx Nordic. HEX triplet: 05, 2D and 3A. RGB value is (5,45,58). Sum of RGB (Red+Green+Blue) = 5+45+58=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 45 (17.97% from 255 or 41.67% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #052D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D3A is #FAD2C5. Grayscale: #222222. Windows color (decimal): -16437958 or 3812613. OLE color: 3812613.

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

Color convert

RGB54558-
CMYK0.910.2200.77
HSL194.72º84.13%12.35%-
HSV(B)194.72º91.38%22.75%-
XYZ1.762.214.34-
YUV34.52141.25106.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 45 (17.97% from 255) = 41.67%
BLUE value IS 58 (23.05% from 255) = 53.70%
R=4.63%
G=41.67%
B=53.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal545580.910.2200.77194.7284.1312.35
Hex52D3A5B1604Dc354c
Octal5557213326011530312414
Binary101101101111010101101110110010011011100001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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