Html Css Color HEX #053442 Nordic

📋 copy color: '#053442'

red 5 ◦ green 52 ◦ blue 66

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

Shades of Nordic #053442

Tints of Nordic #053442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 53.66%

R = 4.07%
G = 42.28%
B = 53.66%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#053442 (or 0x053442) is known color: Nordic. HEX triplet: 05, 34 and 42. RGB value is (5,52,66). Sum of RGB (Red+Green+Blue) = 5+52+66=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 66 (26.17% from 255 or 53.66% from 123); Max value from RGB is 66 - color contains mainly: blue. Hex color #053442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053442 is #FACBBD. Grayscale: #272727. Windows color (decimal): -16436158 or 4338693. OLE color: 4338693.

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

Color convert

RGB 5 52 66 -
CMYK 0.92 0.21 0 0.74
HSL 193.77º 0.86% 0.14% -
HSV(B) 193.77º 0.92% 0.26% -
XYZ 2.27 2.88 5.59 -
YUV 39.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 5 52 66 0.92 0.21 0 0.74 193.77 0.86 0.14
Hex 5 34 42 5C 15 0 4A C2 56 E
Octal 5 64 102 134 25 0 112 302 126 16
Binary 101 110100 1000010 1011100 10101 0 1001010 11000010 1010110 1110

Color Harmonies of #053442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053442

Black with #053442

Text Example


Text Example

White with #053442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053442; }

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

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

background-color css

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

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

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

border-color css

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

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

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