#053032

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

Shades of Nordic #053032

Tints of Nordic #053032

Color information

#053032 (or 0x053032) is unknown color: approx Nordic. HEX triplet: 05, 30 and 32. RGB value is (5,48,50). Sum of RGB (Red+Green+Blue) = 5+48+50=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #053032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053032 is #FACFCD. Grayscale: #232323. Windows color (decimal): -16437198 or 3289093. OLE color: 3289093.

HSL color Cylindrical-coordinate representation of color #053032: hue angle of 182.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053032 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB54850-
CMYK0.900.0400.80
HSL182.67º81.82%10.78%-
HSV(B)182.67º90%19.61%-
XYZ1.72.383.39-
YUV35.37136.25106.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 48 (19.14% from 255) = 46.60%
BLUE value IS 50 (19.92% from 255) = 48.54%
R=4.85%
G=46.60%
B=48.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal548500.900.0400.80182.6781.8210.78
Hex530325A4050b752b
Octal560621324012026712213
Binary1011100001100101011010100010100001011011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053032; }

 p { color: rgb(5,48,50); }

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

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

 a { background-color: rgb(5,48,50); }

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

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

 span { border-color: rgb(5,48,50); }

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