#053132

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

Shades of Nordic #053132

Tints of Nordic #053132

Color information

#053132 (or 0x053132) is unknown color: approx Nordic. HEX triplet: 05, 31 and 32. RGB value is (5,49,50). Sum of RGB (Red+Green+Blue) = 5+49+50=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 50 - color contains mainly: blue. Hex color #053132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053132 is #FACECD. Grayscale: #232323. Windows color (decimal): -16436942 or 3289349. OLE color: 3289349.

HSL color Cylindrical-coordinate representation of color #053132: hue angle of 181.33º 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 #053132 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB54950-
CMYK0.900.0200.80
HSL181.33º81.82%10.78%-
HSV(B)181.33º90%19.61%-
XYZ1.742.463.4-
YUV35.96135.92105.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 49 (19.53% from 255) = 47.12%
BLUE value IS 50 (19.92% from 255) = 48.08%
R=4.81%
G=47.12%
B=48.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal549500.900.0200.80181.3381.8210.78
Hex531325A2050b552b
Octal561621322012026512213
Binary101110001110010101101010010100001011010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053132; }

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

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

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

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

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

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

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

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