Html Css Color HEX #053139 Nordic

📋 copy color: '#053139'

red 5 ◦ green 49 ◦ blue 57

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

Shades of Nordic #053139

Tints of Nordic #053139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 44.14%

 BLUE value IS 57 (22.66% from 255) = 51.35%

R = 4.5%
G = 44.14%
B = 51.35%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#053139 (or 0x053139) is known color: Nordic. HEX triplet: 05, 31 and 39. RGB value is (5,49,57). Sum of RGB (Red+Green+Blue) = 5+49+57=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #053139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053139 is #FACEC6. Grayscale: #242424. Windows color (decimal): -16436935 or 3748101. OLE color: 3748101.

HSL color Cylindrical-coordinate representation of color #053139: hue angle of 189.23º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053139 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 49 57 -
CMYK 0.91 0.14 0 0.78
HSL 189.23º 0.84% 0.12% -
HSV(B) 189.23º 0.91% 0.22% -
XYZ 1.9 2.52 4.26 -
YUV 36.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 5 49 57 0.91 0.14 0 0.78 189.23 0.84 0.12
Hex 5 31 39 5B E 0 4E BD 54 C
Octal 5 61 71 133 16 0 116 275 124 14
Binary 101 110001 111001 1011011 1110 0 1001110 10111101 1010100 1100

Color Harmonies of #053139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053139

Black with #053139

Text Example


Text Example

White with #053139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053139; }

 p { color: rgb(5,49,57); }

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

background-color css

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

 a { background-color: rgb(5,49,57); }

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

border-color css

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

 span { border-color: rgb(5,49,57); }

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