#052E36

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

Shades of Nordic #052E36

Tints of Nordic #052E36

Color information

#052E36 (or 0x052E36) is unknown color: approx Nordic. HEX triplet: 05, 2E and 36. RGB value is (5,46,54). Sum of RGB (Red+Green+Blue) = 5+46+54=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 54 (21.48% from 255 or 51.43% from 105); Max value from RGB is 54 - color contains mainly: blue. Hex color #052E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052E36 is #FAD1C9. Grayscale: #222222. Windows color (decimal): -16437706 or 3550725. OLE color: 3550725.

HSL color Cylindrical-coordinate representation of color #052E36: hue angle of 189.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052E36 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB54654-
CMYK0.910.1500.79
HSL189.8º83.05%11.57%-
HSV(B)189.8º90.74%21.18%-
XYZ1.712.253.83-
YUV34.65138.92106.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 46 (18.36% from 255) = 43.81%
BLUE value IS 54 (21.48% from 255) = 51.43%
R=4.76%
G=43.81%
B=51.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal546540.910.1500.79189.883.0511.57
Hex52E365BF04Fbe53c
Octal5566613317011727612314
Binary10110111011011010110111111010011111011111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,46,54); }

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

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

 a { background-color: rgb(5,46,54); }

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

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

 span { border-color: rgb(5,46,54); }

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