#052C30

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

Shades of Nordic #052C30

Tints of Nordic #052C30

Color information

#052C30 (or 0x052C30) is unknown color: approx Nordic. HEX triplet: 05, 2C and 30. RGB value is (5,44,48). Sum of RGB (Red+Green+Blue) = 5+44+48=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 48 (19.14% from 255 or 49.48% from 97); Max value from RGB is 48 - color contains mainly: blue. Hex color #052C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C30 is #FAD3CF. Grayscale: #202020. Windows color (decimal): -16438224 or 3156997. OLE color: 3156997.

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

Color convert

RGB54448-
CMYK0.900.0800.81
HSL185.58º81.13%10.39%-
HSV(B)185.58º89.58%18.82%-
XYZ1.52.053.11-
YUV32.8136.58108.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.15%
GREEN value IS 44 (17.58% from 255) = 45.36%
BLUE value IS 48 (19.14% from 255) = 49.48%
R=5.15%
G=45.36%
B=49.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal544480.900.0800.81185.5881.1310.39
Hex52C305A8051ba51a
Octal5546013210012127212112
Binary10110110011000010110101000010100011011101010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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