#052A2C

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

Shades of Nordic #052A2C

Tints of Nordic #052A2C

Color information

#052A2C (or 0x052A2C) is unknown color: approx Nordic. HEX triplet: 05, 2A and 2C. RGB value is (5,42,44). Sum of RGB (Red+Green+Blue) = 5+42+44=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 42 (16.80% from 255 or 46.15% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 44 - color contains mainly: blue. Hex color #052A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A2C is #FAD5D3. Grayscale: #1F1F1F. Windows color (decimal): -16438740 or 2894341. OLE color: 2894341.

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

Color convert

RGB54244-
CMYK0.890.0500.83
HSL183.08º79.59%9.61%-
HSV(B)183.08º88.64%17.25%-
XYZ1.351.872.67-
YUV31.16135.24109.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 42 (16.80% from 255) = 46.15%
BLUE value IS 44 (17.58% from 255) = 48.35%
R=5.49%
G=46.15%
B=48.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal542440.890.0500.83183.0879.599.61
Hex52A2C595053b750a
Octal552541315012326712012
Binary1011010101011001011001101010100111011011110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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