Html Css Color HEX #053440 Nordic

📋 copy color: '#053440'

red 5 ◦ green 52 ◦ blue 64

#053440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #053440

Tints of Nordic #053440

RGB

 RED value IS 5 (2.34% from 255) = 4.13%

 GREEN value IS 52 (20.7% from 255) = 42.98%

 BLUE value IS 64 (25.39% from 255) = 52.89%

R = 4.13%
G = 42.98%
B = 52.89%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#053440 (or 0x053440) is known color: Nordic. HEX triplet: 05, 34 and 40. RGB value is (5,52,64). Sum of RGB (Red+Green+Blue) = 5+52+64=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #053440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053440 is #FACBBF. Grayscale: #272727. Windows color (decimal): -16436160 or 4207621. OLE color: 4207621.

HSL color Cylindrical-coordinate representation of color #053440: hue angle of 192.2º 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 #053440 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 52 64 -
CMYK 0.92 0.19 0 0.75
HSL 192.2º 0.86% 0.14% -
HSV(B) 192.2º 0.92% 0.25% -
XYZ 2.22 2.86 5.29 -
YUV 39.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 5 52 64 0.92 0.19 0 0.75 192.2 0.86 0.14
Hex 5 34 40 5C 13 0 4B C0 56 E
Octal 5 64 100 134 23 0 113 300 126 16
Binary 101 110100 1000000 1011100 10011 0 1001011 11000000 1010110 1110

Color Harmonies of #053440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053440

Black with #053440

Text Example


Text Example

White with #053440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053440; }

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

 H1.HeaderClassName
 {
   color: #053440;
 }
 .AnyTagClassName
 {
   color: #053440;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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