Html Css Color HEX #053132 Nordic

📋 copy color: '#053132'

red 5 ◦ green 49 ◦ blue 50

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

Shades of Nordic #053132

Tints of Nordic #053132

RGB

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

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

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

R = 4.81%
G = 47.12%
B = 48.08%

CMYK

 C value IS 0.90

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#053132 (or 0x053132) is known color: Nordic. HEX triplet: 05, 31 and 32. RGB value is (5,49,50). Sum of RGB (Red+Green+Blue) = 5+49+50=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 50 - color contains mainly: blue. Hex color #053132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053132 is #FACECD. Grayscale: #232323. Windows color (decimal): -16436942 or 3289349. OLE color: 3289349.

HSL color Cylindrical-coordinate representation of color #053132: hue angle of 181.33º 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 #053132 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 49 50 -
CMYK 0.90 0.02 0 0.80
HSL 181.33º 0.82% 0.11% -
HSV(B) 181.33º 0.9% 0.2% -
XYZ 1.74 2.46 3.4 -
YUV 35.96 135.92 105.92 -
System Red Green Blue C M Y K H S L
Decimal 5 49 50 0.90 0.02 0 0.80 181.33 0.82 0.11
Hex 5 31 32 5A 2 0 50 B5 52 B
Octal 5 61 62 132 2 0 120 265 122 13
Binary 101 110001 110010 1011010 10 0 1010000 10110101 1010010 1011

Color Harmonies of #053132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053132

Black with #053132

Text Example


Text Example

White with #053132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053132; }

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

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

background-color css

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

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

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

border-color css

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

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

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