#053437

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

Shades of Nordic #053437

Tints of Nordic #053437

Color information

#053437 (or 0x053437) is unknown color: approx Nordic. HEX triplet: 05, 34 and 37. RGB value is (5,52,55). Sum of RGB (Red+Green+Blue) = 5+52+55=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 55 - color contains mainly: blue. Hex color #053437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053437 is #FACBC8. Grayscale: #262626. Windows color (decimal): -16436169 or 3617797. OLE color: 3617797.

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

Color convert

RGB55255-
CMYK0.910.0500.78
HSL183.6º83.33%11.76%-
HSV(B)183.6º90.91%21.57%-
XYZ1.982.764.04-
YUV38.29137.43104.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 52 (20.70% from 255) = 46.43%
BLUE value IS 55 (21.88% from 255) = 49.11%
R=4.46%
G=46.43%
B=49.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal552550.910.0500.78183.683.3311.76
Hex534375B504Eb853c
Octal564671335011627012314
Binary1011101001101111011011101010011101011100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053437; }

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

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

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

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

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

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

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

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