#053336

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

Shades of Nordic #053336

Tints of Nordic #053336

Color information

#053336 (or 0x053336) is unknown color: approx Nordic. HEX triplet: 05, 33 and 36. RGB value is (5,51,54). Sum of RGB (Red+Green+Blue) = 5+51+54=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 54 - color contains mainly: blue. Hex color #053336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053336 is #FACCC9. Grayscale: #252525. Windows color (decimal): -16436426 or 3552005. OLE color: 3552005.

HSL color Cylindrical-coordinate representation of color #053336: hue angle of 183.67º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053336 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB55154-
CMYK0.910.0600.79
HSL183.67º83.05%11.57%-
HSV(B)183.67º90.74%21.18%-
XYZ1.912.673.9-
YUV37.59137.26104.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.55%
GREEN value IS 51 (20.31% from 255) = 46.36%
BLUE value IS 54 (21.48% from 255) = 49.09%
R=4.55%
G=46.36%
B=49.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal551540.910.0600.79183.6783.0511.57
Hex533365B604Fb853c
Octal563661336011727012314
Binary1011100111101101011011110010011111011100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053336; }

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

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

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

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

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

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

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

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