#052C2E

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

Shades of Nordic #052C2E

Tints of Nordic #052C2E

Color information

#052C2E (or 0x052C2E) is unknown color: approx Nordic. HEX triplet: 05, 2C and 2E. RGB value is (5,44,46). Sum of RGB (Red+Green+Blue) = 5+44+46=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 44 (17.58% from 255 or 46.32% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 46 - color contains mainly: blue. Hex color #052C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C2E is #FAD3D1. Grayscale: #202020. Windows color (decimal): -16438226 or 3025925. OLE color: 3025925.

HSL color Cylindrical-coordinate representation of color #052C2E: hue angle of 182.93º 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 #052C2E is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB54446-
CMYK0.890.0400.82
HSL182.93º80.39%10%-
HSV(B)182.93º89.13%18.04%-
XYZ1.462.032.9-
YUV32.57135.58108.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 44 (17.58% from 255) = 46.32%
BLUE value IS 46 (18.36% from 255) = 48.42%
R=5.26%
G=46.32%
B=48.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal544460.890.0400.82182.9380.3910
Hex52C2E594052b750a
Octal554561314012226712012
Binary1011011001011101011001100010100101011011110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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