Html Css Color HEX #053542 Nordic

📋 copy color: '#053542'

red 5 ◦ green 53 ◦ blue 66

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

Shades of Nordic #053542

Tints of Nordic #053542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.74%

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

R = 4.03%
G = 42.74%
B = 53.23%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#053542 (or 0x053542) is known color: Nordic. HEX triplet: 05, 35 and 42. RGB value is (5,53,66). Sum of RGB (Red+Green+Blue) = 5+53+66=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 66 (26.17% from 255 or 53.23% from 124); Max value from RGB is 66 - color contains mainly: blue. Hex color #053542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053542 is #FACABD. Grayscale: #282828. Windows color (decimal): -16435902 or 4338949. OLE color: 4338949.

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

Color convert

RGB 5 53 66 -
CMYK 0.92 0.20 0 0.74
HSL 192.79º 0.86% 0.14% -
HSV(B) 192.79º 0.92% 0.26% -
XYZ 2.32 2.97 5.61 -
YUV 40.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 5 53 66 0.92 0.20 0 0.74 192.79 0.86 0.14
Hex 5 35 42 5C 14 0 4A C1 56 E
Octal 5 65 102 134 24 0 112 301 126 16
Binary 101 110101 1000010 1011100 10100 0 1001010 11000001 1010110 1110

Color Harmonies of #053542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053542

Black with #053542

Text Example


Text Example

White with #053542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053542; }

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

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

background-color css

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

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

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

border-color css

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

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

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