#05343A

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

Shades of Nordic #05343A

Tints of Nordic #05343A

Color information

#05343A (or 0x05343A) is unknown color: approx Nordic. HEX triplet: 05, 34 and 3A. RGB value is (5,52,58). Sum of RGB (Red+Green+Blue) = 5+52+58=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #05343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05343A is #FACBC5. Grayscale: #262626. Windows color (decimal): -16436166 or 3814405. OLE color: 3814405.

HSL color Cylindrical-coordinate representation of color #05343A: hue angle of 186.79º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05343A is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB55258-
CMYK0.910.1000.77
HSL186.79º84.13%12.35%-
HSV(B)186.79º91.38%22.75%-
XYZ2.052.794.43-
YUV38.63138.93104.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 52 (20.70% from 255) = 45.22%
BLUE value IS 58 (23.05% from 255) = 50.43%
R=4.35%
G=45.22%
B=50.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal552580.910.1000.77186.7984.1312.35
Hex5343A5BA04Dbb54c
Octal5647213312011527312414
Binary10111010011101010110111010010011011011101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05343A; }

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

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

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

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

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

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

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

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