#053237

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

Shades of Nordic #053237

Tints of Nordic #053237

Color information

#053237 (or 0x053237) is unknown color: approx Nordic. HEX triplet: 05, 32 and 37. RGB value is (5,50,55). Sum of RGB (Red+Green+Blue) = 5+50+55=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #053237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053237 is #FACDC8. Grayscale: #252525. Windows color (decimal): -16436681 or 3617285. OLE color: 3617285.

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

Color convert

RGB55055-
CMYK0.910.0900.78
HSL186º83.33%11.76%-
HSV(B)186º90.91%21.57%-
XYZ1.892.594.01-
YUV37.12138.09105.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.55%
GREEN value IS 50 (19.92% from 255) = 45.45%
BLUE value IS 55 (21.88% from 255) = 50%
R=4.55%
G=45.45%
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.78
SystemRedGreenBlueCMYKHSL
Decimal550550.910.0900.7818683.3311.76
Hex532375B904Eba53c
Octal5626713311011627212314
Binary10111001011011110110111001010011101011101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053237; }

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

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

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

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

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

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

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

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