#052B32

Color #052B32 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #052B32

Tints of Nordic #052B32

Color information

#052B32 (or 0x052B32) is unknown color: approx 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

RGB54350-
CMYK0.900.1400.80
HSL189.33º81.82%10.78%-
HSV(B)189.33º90%19.61%-
XYZ1.51.993.32-
YUV32.44137.91108.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 43 (17.19% from 255) = 43.88%
BLUE value IS 50 (19.92% from 255) = 51.02%
R=5.10%
G=43.88%
B=51.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal543500.900.1400.80189.3381.8210.78
Hex52B325AE050bd52b
Octal5536213216012027512213
Binary10110101111001010110101110010100001011110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>