Html Css Color HEX #053036 Nordic

📋 copy color: '#053036'

red 5 ◦ green 48 ◦ blue 54

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

Shades of Nordic #053036

Tints of Nordic #053036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 44.86%

 BLUE value IS 54 (21.48% from 255) = 50.47%

R = 4.67%
G = 44.86%
B = 50.47%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#053036 (or 0x053036) is known color: Nordic. HEX triplet: 05, 30 and 36. RGB value is (5,48,54). Sum of RGB (Red+Green+Blue) = 5+48+54=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #053036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053036 is #FACFC9. Grayscale: #232323. Windows color (decimal): -16437194 or 3551237. OLE color: 3551237.

HSL color Cylindrical-coordinate representation of color #053036: hue angle of 187.35º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053036 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 48 54 -
CMYK 0.91 0.11 0 0.79
HSL 187.35º 0.83% 0.12% -
HSV(B) 187.35º 0.91% 0.21% -
XYZ 1.79 2.41 3.86 -
YUV 35.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 5 48 54 0.91 0.11 0 0.79 187.35 0.83 0.12
Hex 5 30 36 5B B 0 4F BB 53 C
Octal 5 60 66 133 13 0 117 273 123 14
Binary 101 110000 110110 1011011 1011 0 1001111 10111011 1010011 1100

Color Harmonies of #053036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053036

Black with #053036

Text Example


Text Example

White with #053036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053036; }

 p { color: rgb(5,48,54); }

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

background-color css

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

 a { background-color: rgb(5,48,54); }

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

border-color css

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

 span { border-color: rgb(5,48,54); }

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