#05353d

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

Shades of Nordic #05353D

Tints of Nordic #05353D

Color information

#05353D (or 0x05353D) is unknown color: approx Nordic. HEX triplet: 05, 35 and 3D. RGB value is (5,53,61). Sum of RGB (Red+Green+Blue) = 5+53+61=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #05353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05353D is #FACAC2. Grayscale: #272727. Windows color (decimal): -16435907 or 4011269. OLE color: 4011269.

HSL color Cylindrical-coordinate representation of color #05353D: hue angle of 188.57º 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 #05353D is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB55361-
CMYK0.920.1300.76
HSL188.57º84.85%12.94%-
HSV(B)188.57º91.8%23.92%-
XYZ2.182.924.86-
YUV39.56140.1103.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 53 (21.09% from 255) = 44.54%
BLUE value IS 61 (24.22% from 255) = 51.26%
R=4.20%
G=44.54%
B=51.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal553610.920.1300.76188.5784.8512.94
Hex5353D5CD04Cbd55d
Octal5657513415011427512515
Binary10111010111110110111001101010011001011110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05353d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05353d; }

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

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

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

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

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

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

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

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