#053340

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

Shades of Nordic #053340

Tints of Nordic #053340

Color information

#053340 (or 0x053340) is unknown color: approx Nordic. HEX triplet: 05, 33 and 40. RGB value is (5,51,64). Sum of RGB (Red+Green+Blue) = 5+51+64=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #053340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053340 is #FACCBF. Grayscale: #262626. Windows color (decimal): -16436416 or 4207365. OLE color: 4207365.

HSL color Cylindrical-coordinate representation of color #053340: hue angle of 193.22º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053340 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB55164-
CMYK0.920.2000.75
HSL193.22º85.51%13.53%-
HSV(B)193.22º92.19%25.1%-
XYZ2.172.775.27-
YUV38.73142.26103.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 51 (20.31% from 255) = 42.5%
BLUE value IS 64 (25.39% from 255) = 53.33%
R=4.17%
G=42.5%
B=53.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal551640.920.2000.75193.2285.5113.53
Hex533405C1404Bc156e
Octal56310013424011330112616
Binary1011100111000000101110010100010010111100000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053340; }

 p { color: rgb(5,51,64); }

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

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

 a { background-color: rgb(5,51,64); }

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

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

 span { border-color: rgb(5,51,64); }

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