#05323D

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

Shades of Nordic #05323D

Tints of Nordic #05323D

Color information

#05323D (or 0x05323D) is unknown color: approx Nordic. HEX triplet: 05, 32 and 3D. RGB value is (5,50,61). Sum of RGB (Red+Green+Blue) = 5+50+61=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #05323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05323D is #FACDC2. Grayscale: #252525. Windows color (decimal): -16436675 or 4010501. OLE color: 4010501.

HSL color Cylindrical-coordinate representation of color #05323D: hue angle of 191.79º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05323D is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB55061-
CMYK0.920.1800.76
HSL191.79º84.85%12.94%-
HSV(B)191.79º91.8%23.92%-
XYZ2.052.654.82-
YUV37.8141.09104.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 50 (19.92% from 255) = 43.10%
BLUE value IS 61 (24.22% from 255) = 52.59%
R=4.31%
G=43.10%
B=52.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal550610.920.1800.76191.7984.8512.94
Hex5323D5C1204Cc055d
Octal5627513422011430012515
Binary101110010111101101110010010010011001100000010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05323D; }

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

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

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

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

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

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

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

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