#053034

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

Shades of Nordic #053034

Tints of Nordic #053034

Color information

#053034 (or 0x053034) is unknown color: approx Nordic. HEX triplet: 05, 30 and 34. RGB value is (5,48,52). Sum of RGB (Red+Green+Blue) = 5+48+52=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 52 - color contains mainly: blue. Hex color #053034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053034 is #FACFCB. Grayscale: #232323. Windows color (decimal): -16437196 or 3420165. OLE color: 3420165.

HSL color Cylindrical-coordinate representation of color #053034: hue angle of 185.11º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053034 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB54852-
CMYK0.900.0800.80
HSL185.11º82.46%11.18%-
HSV(B)185.11º90.38%20.39%-
XYZ1.742.393.62-
YUV35.6137.25106.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 52 (20.70% from 255) = 49.52%
R=4.76%
G=45.71%
B=49.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal548520.900.0800.80185.1182.4611.18
Hex530345A8050b952b
Octal5606413210012027112213
Binary10111000011010010110101000010100001011100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053034; }

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

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

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

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

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

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

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

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