Html Css Color HEX #053032 Nordic

📋 copy color: '#053032'

red 5 ◦ green 48 ◦ blue 50

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

Shades of Nordic #053032

Tints of Nordic #053032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 48.54%

R = 4.85%
G = 46.6%
B = 48.54%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#053032 (or 0x053032) is known color: Nordic. HEX triplet: 05, 30 and 32. RGB value is (5,48,50). Sum of RGB (Red+Green+Blue) = 5+48+50=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #053032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053032 is #FACFCD. Grayscale: #232323. Windows color (decimal): -16437198 or 3289093. OLE color: 3289093.

HSL color Cylindrical-coordinate representation of color #053032: hue angle of 182.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053032 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 48 50 -
CMYK 0.90 0.04 0 0.80
HSL 182.67º 0.82% 0.11% -
HSV(B) 182.67º 0.9% 0.2% -
XYZ 1.7 2.38 3.39 -
YUV 35.37 136.25 106.34 -
System Red Green Blue C M Y K H S L
Decimal 5 48 50 0.90 0.04 0 0.80 182.67 0.82 0.11
Hex 5 30 32 5A 4 0 50 B7 52 B
Octal 5 60 62 132 4 0 120 267 122 13
Binary 101 110000 110010 1011010 100 0 1010000 10110111 1010010 1011

Color Harmonies of #053032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053032

Black with #053032

Text Example


Text Example

White with #053032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053032; }

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

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

background-color css

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

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

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

border-color css

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

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

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