#05353E

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

Shades of Nordic #05353E

Tints of Nordic #05353E

Color information

#05353E (or 0x05353E) is unknown color: approx Nordic. HEX triplet: 05, 35 and 3E. RGB value is (5,53,62). Sum of RGB (Red+Green+Blue) = 5+53+62=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #05353E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05353E is #FACAC1. Grayscale: #272727. Windows color (decimal): -16435906 or 4076805. OLE color: 4076805.

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

Color convert

RGB55362-
CMYK0.920.1500.76
HSL189.47º85.07%13.14%-
HSV(B)189.47º91.94%24.31%-
XYZ2.212.935.01-
YUV39.67140.6103.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 53 (21.09% from 255) = 44.17%
BLUE value IS 62 (24.61% from 255) = 51.67%
R=4.17%
G=44.17%
B=51.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal553620.920.1500.76189.4785.0713.14
Hex5353E5CF04Cbd55d
Octal5657613417011427512515
Binary10111010111111010111001111010011001011110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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