#052D38

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

Shades of Nordic #052D38

Tints of Nordic #052D38

Color information

#052D38 (or 0x052D38) is unknown color: approx Nordic. HEX triplet: 05, 2D and 38. RGB value is (5,45,56). Sum of RGB (Red+Green+Blue) = 5+45+56=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #052D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D38 is #FAD2C7. Grayscale: #222222. Windows color (decimal): -16437960 or 3681541. OLE color: 3681541.

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

Color convert

RGB54556-
CMYK0.910.2000.78
HSL192.94º83.61%11.96%-
HSV(B)192.94º91.07%21.96%-
XYZ1.712.194.07-
YUV34.29140.25107.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 45 (17.97% from 255) = 42.45%
BLUE value IS 56 (22.27% from 255) = 52.83%
R=4.72%
G=42.45%
B=52.83%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal545560.910.2000.78192.9483.6111.96
Hex52D385B1404Ec154c
Octal5557013324011630112414
Binary101101101111000101101110100010011101100000110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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