Html Css Color HEX #052B32 Nordic

📋 copy color: '#052B32'

red 5 ◦ green 43 ◦ blue 50

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

Shades of Nordic #052B32

Tints of Nordic #052B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 43.88%

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

R = 5.1%
G = 43.88%
B = 51.02%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#052B32 (or 0x052B32) is known color: Nordic. HEX triplet: 05, 2B and 32. RGB value is (5,43,50). Sum of RGB (Red+Green+Blue) = 5+43+50=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 43 (17.19% from 255 or 43.88% from 98); Blue value is 50 (19.92% from 255 or 51.02% from 98); Max value from RGB is 50 - color contains mainly: blue. Hex color #052B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B32 is #FAD4CD. Grayscale: #202020. Windows color (decimal): -16438478 or 3287813. OLE color: 3287813.

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

Color convert

RGB 5 43 50 -
CMYK 0.90 0.14 0 0.80
HSL 189.33º 0.82% 0.11% -
HSV(B) 189.33º 0.9% 0.2% -
XYZ 1.5 1.99 3.32 -
YUV 32.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 5 43 50 0.90 0.14 0 0.80 189.33 0.82 0.11
Hex 5 2B 32 5A E 0 50 BD 52 B
Octal 5 53 62 132 16 0 120 275 122 13
Binary 101 101011 110010 1011010 1110 0 1010000 10111101 1010010 1011

Color Harmonies of #052B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052B32

Black with #052B32

Text Example


Text Example

White with #052B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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