#052F35

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

Shades of Nordic #052F35

Tints of Nordic #052F35

Color information

#052F35 (or 0x052F35) is unknown color: approx Nordic. HEX triplet: 05, 2F and 35. RGB value is (5,47,53). Sum of RGB (Red+Green+Blue) = 5+47+53=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #052F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F35 is #FAD0CA. Grayscale: #232323. Windows color (decimal): -16437451 or 3485445. OLE color: 3485445.

HSL color Cylindrical-coordinate representation of color #052F35: hue angle of 187.5º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052F35 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB54753-
CMYK0.910.1100.79
HSL187.5º82.76%11.37%-
HSV(B)187.5º90.57%20.78%-
XYZ1.722.323.73-
YUV35.13138.09106.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 47 (18.75% from 255) = 44.76%
BLUE value IS 53 (21.09% from 255) = 50.48%
R=4.76%
G=44.76%
B=50.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal547530.910.1100.79187.582.7611.37
Hex52F355BB04Fbc53b
Octal5576513313011727412313
Binary10110111111010110110111011010011111011110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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