#053136

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

Shades of Nordic #053136

Tints of Nordic #053136

Color information

#053136 (or 0x053136) is unknown color: approx Nordic. HEX triplet: 05, 31 and 36. RGB value is (5,49,54). Sum of RGB (Red+Green+Blue) = 5+49+54=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #053136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053136 is #FACEC9. Grayscale: #242424. Windows color (decimal): -16436938 or 3551493. OLE color: 3551493.

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

Color convert

RGB54954-
CMYK0.910.0900.79
HSL186.12º83.05%11.57%-
HSV(B)186.12º90.74%21.18%-
XYZ1.832.53.88-
YUV36.41137.92105.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 54 (21.48% from 255) = 50%
R=4.63%
G=45.37%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal549540.910.0900.79186.1283.0511.57
Hex531365B904Fba53c
Octal5616613311011727212314
Binary10111000111011010110111001010011111011101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053136; }

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

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

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

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

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

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

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

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