#052F34

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

Shades of Nordic #052F34

Tints of Nordic #052F34

Color information

#052F34 (or 0x052F34) is unknown color: approx Nordic. HEX triplet: 05, 2F and 34. RGB value is (5,47,52). Sum of RGB (Red+Green+Blue) = 5+47+52=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #052F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F34 is #FAD0CB. Grayscale: #222222. Windows color (decimal): -16437452 or 3419909. OLE color: 3419909.

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

Color convert

RGB54752-
CMYK0.900.1000.80
HSL186.38º82.46%11.18%-
HSV(B)186.38º90.38%20.39%-
XYZ1.72.313.61-
YUV35.01137.59106.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 47 (18.75% from 255) = 45.19%
BLUE value IS 52 (20.70% from 255) = 50%
R=4.81%
G=45.19%
B=50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal547520.900.1000.80186.3882.4611.18
Hex52F345AA050ba52b
Octal5576413212012027212213
Binary10110111111010010110101010010100001011101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,47,52); }

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

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

 a { background-color: rgb(5,47,52); }

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

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

 span { border-color: rgb(5,47,52); }

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