Html Css Color HEX #053332 Nordic

📋 copy color: '#053332'

red 5 ◦ green 51 ◦ blue 50

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

Shades of Nordic #053332

Tints of Nordic #053332

RGB

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

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

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

R = 4.72%
G = 48.11%
B = 47.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.8

RGB Variations

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

Color information

#053332 (or 0x053332) is known color: Nordic. HEX triplet: 05, 33 and 32. RGB value is (5,51,50). Sum of RGB (Red+Green+Blue) = 5+51+50=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #053332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053332 is #FACCCD. Grayscale: #252525. Windows color (decimal): -16436430 or 3289861. OLE color: 3289861.

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

Color convert

RGB 5 51 50 -
CMYK 0.90 0 0.02 0.8
HSL 178.7º 0.82% 0.11% -
HSV(B) 178.7º 0.9% 0.2% -
XYZ 1.82 2.63 3.43 -
YUV 37.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 5 51 50 0.90 0 0.02 0.8 178.7 0.82 0.11
Hex 5 33 32 5A 0 2 50 B3 52 B
Octal 5 63 62 132 0 2 120 263 122 13
Binary 101 110011 110010 1011010 0 10 1010000 10110011 1010010 1011

Color Harmonies of #053332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053332

Black with #053332

Text Example


Text Example

White with #053332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053332; }

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

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

background-color css

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

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

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

border-color css

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

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

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