#052B2E

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

Shades of Nordic #052B2E

Tints of Nordic #052B2E

Color information

#052B2E (or 0x052B2E) is unknown color: approx Nordic. HEX triplet: 05, 2B and 2E. RGB value is (5,43,46). Sum of RGB (Red+Green+Blue) = 5+43+46=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 43 (17.19% from 255 or 45.74% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: blue. Hex color #052B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B2E is #FAD4D1. Grayscale: #1F1F1F. Windows color (decimal): -16438482 or 3025669. OLE color: 3025669.

HSL color Cylindrical-coordinate representation of color #052B2E: hue angle of 184.39º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #052B2E is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB54346-
CMYK0.890.0700.82
HSL184.39º80.39%10%-
HSV(B)184.39º89.13%18.04%-
XYZ1.421.962.89-
YUV31.98135.91108.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 43 (17.19% from 255) = 45.74%
BLUE value IS 46 (18.36% from 255) = 48.94%
R=5.32%
G=45.74%
B=48.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal543460.890.0700.82184.3980.3910
Hex52B2E597052b850a
Octal553561317012227012012
Binary1011010111011101011001111010100101011100010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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