#053036

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

Shades of Nordic #053036

Tints of Nordic #053036

Color information

#053036 (or 0x053036) is unknown color: approx Nordic. HEX triplet: 05, 30 and 36. RGB value is (5,48,54). Sum of RGB (Red+Green+Blue) = 5+48+54=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #053036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053036 is #FACFC9. Grayscale: #232323. Windows color (decimal): -16437194 or 3551237. OLE color: 3551237.

HSL color Cylindrical-coordinate representation of color #053036: hue angle of 187.35º 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 #053036 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB54854-
CMYK0.910.1100.79
HSL187.35º83.05%11.57%-
HSV(B)187.35º90.74%21.18%-
XYZ1.792.413.86-
YUV35.83138.25106.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 48 (19.14% from 255) = 44.86%
BLUE value IS 54 (21.48% from 255) = 50.47%
R=4.67%
G=44.86%
B=50.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal548540.910.1100.79187.3583.0511.57
Hex530365BB04Fbb53c
Octal5606613313011727312314
Binary10111000011011010110111011010011111011101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053036; }

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

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

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

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

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

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

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

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