#052A30

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

Shades of Nordic #052A30

Tints of Nordic #052A30

Color information

#052A30 (or 0x052A30) is unknown color: approx Nordic. HEX triplet: 05, 2A and 30. RGB value is (5,42,48). Sum of RGB (Red+Green+Blue) = 5+42+48=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #052A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A30 is #FAD5CF. Grayscale: #1F1F1F. Windows color (decimal): -16438736 or 3156485. OLE color: 3156485.

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

Color convert

RGB54248-
CMYK0.900.1300.81
HSL188.37º81.13%10.39%-
HSV(B)188.37º89.58%18.82%-
XYZ1.421.93.09-
YUV31.62137.24109.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 42 (16.80% from 255) = 44.21%
BLUE value IS 48 (19.14% from 255) = 50.53%
R=5.26%
G=44.21%
B=50.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal542480.900.1300.81188.3781.1310.39
Hex52A305AD051bc51a
Octal5526013215012127412112
Binary10110101011000010110101101010100011011110010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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