Html Css Color HEX #052D39 Nordic

📋 copy color: '#052D39'

red 5 ◦ green 45 ◦ blue 57

#052D39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #052D39

Tints of Nordic #052D39

RGB

 RED value IS 5 (2.34% from 255) = 4.67%

 GREEN value IS 45 (17.97% from 255) = 42.06%

 BLUE value IS 57 (22.66% from 255) = 53.27%

R = 4.67%
G = 42.06%
B = 53.27%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#052D39 (or 0x052D39) is known color: Nordic. HEX triplet: 05, 2D and 39. RGB value is (5,45,57). Sum of RGB (Red+Green+Blue) = 5+45+57=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 45 (17.97% from 255 or 42.06% from 107); Blue value is 57 (22.66% from 255 or 53.27% from 107); Max value from RGB is 57 - color contains mainly: blue. Hex color #052D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D39 is #FAD2C6. Grayscale: #222222. Windows color (decimal): -16437959 or 3747077. OLE color: 3747077.

HSL color Cylindrical-coordinate representation of color #052D39: hue angle of 193.85º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052D39 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 45 57 -
CMYK 0.91 0.21 0 0.78
HSL 193.85º 0.84% 0.12% -
HSV(B) 193.85º 0.91% 0.22% -
XYZ 1.74 2.2 4.2 -
YUV 34.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 5 45 57 0.91 0.21 0 0.78 193.85 0.84 0.12
Hex 5 2D 39 5B 15 0 4E C2 54 C
Octal 5 55 71 133 25 0 116 302 124 14
Binary 101 101101 111001 1011011 10101 0 1001110 11000010 1010100 1100

Color Harmonies of #052D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D39

Black with #052D39

Text Example


Text Example

White with #052D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #052D39;
 }
 .AnyTagClassName
 {
   color: #052D39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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