Html Css Color HEX #053339 Nordic

📋 copy color: '#053339'

red 5 ◦ green 51 ◦ blue 57

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

Shades of Nordic #053339

Tints of Nordic #053339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 45.13%

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

R = 4.42%
G = 45.13%
B = 50.44%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#053339 (or 0x053339) is known color: Nordic. HEX triplet: 05, 33 and 39. RGB value is (5,51,57). Sum of RGB (Red+Green+Blue) = 5+51+57=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #053339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053339 is #FACCC6. Grayscale: #252525. Windows color (decimal): -16436423 or 3748613. OLE color: 3748613.

HSL color Cylindrical-coordinate representation of color #053339: hue angle of 186.92º 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 #053339 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 51 57 -
CMYK 0.91 0.11 0 0.78
HSL 186.92º 0.84% 0.12% -
HSV(B) 186.92º 0.91% 0.22% -
XYZ 1.98 2.7 4.29 -
YUV 37.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 5 51 57 0.91 0.11 0 0.78 186.92 0.84 0.12
Hex 5 33 39 5B B 0 4E BB 54 C
Octal 5 63 71 133 13 0 116 273 124 14
Binary 101 110011 111001 1011011 1011 0 1001110 10111011 1010100 1100

Color Harmonies of #053339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053339

Black with #053339

Text Example


Text Example

White with #053339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053339; }

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

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

background-color css

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

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

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

border-color css

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

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

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