#052D33

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

Shades of Nordic #052D33

Tints of Nordic #052D33

Color information

#052D33 (or 0x052D33) is unknown color: approx Nordic. HEX triplet: 05, 2D and 33. RGB value is (5,45,51). Sum of RGB (Red+Green+Blue) = 5+45+51=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 45 (17.97% from 255 or 44.55% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #052D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D33 is #FAD2CC. Grayscale: #212121. Windows color (decimal): -16437965 or 3353861. OLE color: 3353861.

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

Color convert

RGB54551-
CMYK0.900.1200.8
HSL187.83º82.14%10.98%-
HSV(B)187.83º90.2%20%-
XYZ1.62.153.46-
YUV33.72137.75107.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.95%
GREEN value IS 45 (17.97% from 255) = 44.55%
BLUE value IS 51 (20.31% from 255) = 50.50%
R=4.95%
G=44.55%
B=50.50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal545510.900.1200.8187.8382.1410.98
Hex52D335AC050bc52b
Octal5556313214012027412213
Binary10110110111001110110101100010100001011110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #052D33;
 }
 .AnyTagClassName
 {
   color: #052D33;
 }
</style>
background-color css

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

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

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

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

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

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