Html Css Color HEX #053540 Nordic

📋 copy color: '#053540'

red 5 ◦ green 53 ◦ blue 64

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

Shades of Nordic #053540

Tints of Nordic #053540

RGB

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

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

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

R = 4.1%
G = 43.44%
B = 52.46%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#053540 (or 0x053540) is known color: Nordic. HEX triplet: 05, 35 and 40. RGB value is (5,53,64). Sum of RGB (Red+Green+Blue) = 5+53+64=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #053540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053540 is #FACABF. Grayscale: #272727. Windows color (decimal): -16435904 or 4207877. OLE color: 4207877.

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

Color convert

RGB 5 53 64 -
CMYK 0.92 0.17 0 0.75
HSL 191.19º 0.86% 0.14% -
HSV(B) 191.19º 0.92% 0.25% -
XYZ 2.26 2.95 5.3 -
YUV 39.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 5 53 64 0.92 0.17 0 0.75 191.19 0.86 0.14
Hex 5 35 40 5C 11 0 4B BF 56 E
Octal 5 65 100 134 21 0 113 277 126 16
Binary 101 110101 1000000 1011100 10001 0 1001011 10111111 1010110 1110

Color Harmonies of #053540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053540

Black with #053540

Text Example


Text Example

White with #053540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053540; }

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

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

background-color css

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

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

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

border-color css

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

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

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