#052A2D

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

Shades of Nordic #052A2D

Tints of Nordic #052A2D

Color information

#052A2D (or 0x052A2D) is unknown color: approx Nordic. HEX triplet: 05, 2A and 2D. RGB value is (5,42,45). Sum of RGB (Red+Green+Blue) = 5+42+45=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 42 (16.80% from 255 or 45.65% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: blue. Hex color #052A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A2D is #FAD5D2. Grayscale: #1F1F1F. Windows color (decimal): -16438739 or 2959877. OLE color: 2959877.

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

Color convert

RGB54245-
CMYK0.890.0700.82
HSL184.5º80%9.8%-
HSV(B)184.5º88.89%17.65%-
XYZ1.361.882.77-
YUV31.28135.74109.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.43%
GREEN value IS 42 (16.80% from 255) = 45.65%
BLUE value IS 45 (17.97% from 255) = 48.91%
R=5.43%
G=45.65%
B=48.91%

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
Decimal542450.890.0700.82184.5809.8
Hex52A2D597052b850a
Octal552551317012227012012
Binary1011010101011011011001111010100101011100010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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