#05292C

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

Shades of Nordic #05292C

Tints of Nordic #05292C

Color information

#05292C (or 0x05292C) is unknown color: approx Nordic. HEX triplet: 05, 29 and 2C. RGB value is (5,41,44). Sum of RGB (Red+Green+Blue) = 5+41+44=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 41 (16.41% from 255 or 45.56% from 90); Blue value is 44 (17.58% from 255 or 48.89% from 90); Max value from RGB is 44 - color contains mainly: blue. Hex color #05292C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05292C is #FAD6D3. Grayscale: #1E1E1E. Windows color (decimal): -16438996 or 2894085. OLE color: 2894085.

HSL color Cylindrical-coordinate representation of color #05292C: hue angle of 184.62º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05292C is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB54144-
CMYK0.890.0700.83
HSL184.62º79.59%9.61%-
HSV(B)184.62º88.64%17.25%-
XYZ1.311.82.66-
YUV30.58135.57109.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.56%
GREEN value IS 41 (16.41% from 255) = 45.56%
BLUE value IS 44 (17.58% from 255) = 48.89%
R=5.56%
G=45.56%
B=48.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal541440.890.0700.83184.6279.599.61
Hex5292C597053b950a
Octal551541317012327112012
Binary1011010011011001011001111010100111011100110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05292C; }

 p { color: rgb(5,41,44); }

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

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

 a { background-color: rgb(5,41,44); }

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

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

 span { border-color: rgb(5,41,44); }

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