#052D30

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

Shades of Nordic #052D30

Tints of Nordic #052D30

Color information

#052D30 (or 0x052D30) is unknown color: approx Nordic. HEX triplet: 05, 2D and 30. RGB value is (5,45,48). Sum of RGB (Red+Green+Blue) = 5+45+48=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #052D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D30 is #FAD2CF. Grayscale: #212121. Windows color (decimal): -16437968 or 3157253. OLE color: 3157253.

HSL color Cylindrical-coordinate representation of color #052D30: hue angle of 184.19º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052D30 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB54548-
CMYK0.900.0600.81
HSL184.19º81.13%10.39%-
HSV(B)184.19º89.58%18.82%-
XYZ1.532.123.13-
YUV33.38136.25107.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 45 (17.97% from 255) = 45.92%
BLUE value IS 48 (19.14% from 255) = 48.98%
R=5.10%
G=45.92%
B=48.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal545480.900.0600.81184.1981.1310.39
Hex52D305A6051b851a
Octal555601326012127012112
Binary1011011011100001011010110010100011011100010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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