#053236

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

Shades of Nordic #053236

Tints of Nordic #053236

Color information

#053236 (or 0x053236) is unknown color: approx Nordic. HEX triplet: 05, 32 and 36. RGB value is (5,50,54). Sum of RGB (Red+Green+Blue) = 5+50+54=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 54 - color contains mainly: blue. Hex color #053236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053236 is #FACDC9. Grayscale: #242424. Windows color (decimal): -16436682 or 3551749. OLE color: 3551749.

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

Color convert

RGB55054-
CMYK0.910.0700.79
HSL184.9º83.05%11.57%-
HSV(B)184.9º90.74%21.18%-
XYZ1.872.583.89-
YUV37137.59105.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 54 (21.48% from 255) = 49.54%
R=4.59%
G=45.87%
B=49.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal550540.910.0700.79184.983.0511.57
Hex532365B704Fb953c
Octal562661337011727112314
Binary1011100101101101011011111010011111011100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053236; }

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

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

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

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

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

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

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

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