#053332

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

Shades of Nordic #053332

Tints of Nordic #053332

Color information

#053332 (or 0x053332) is unknown color: approx Nordic. HEX triplet: 05, 33 and 32. RGB value is (5,51,50). Sum of RGB (Red+Green+Blue) = 5+51+50=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #053332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053332 is #FACCCD. Grayscale: #252525. Windows color (decimal): -16436430 or 3289861. OLE color: 3289861.

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

Color convert

RGB55150-
CMYK0.9000.020.8
HSL178.7º82.14%10.98%-
HSV(B)178.7º90.2%20%-
XYZ1.822.633.43-
YUV37.13135.26105.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 51 (20.31% from 255) = 48.11%
BLUE value IS 50 (19.92% from 255) = 47.17%
R=4.72%
G=48.11%
B=47.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal551500.9000.020.8178.782.1410.98
Hex533325A0250b352b
Octal563621320212026312213
Binary101110011110010101101001010100001011001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053332; }

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

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

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

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

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

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

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

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