Html Css Color HEX #052E39 Nordic

📋 copy color: '#052E39'

red 5 ◦ green 46 ◦ blue 57

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

Shades of Nordic #052E39

Tints of Nordic #052E39

RGB

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

 GREEN value IS 46 (18.36% from 255) = 42.59%

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

R = 4.63%
G = 42.59%
B = 52.78%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#052E39 (or 0x052E39) is known color: Nordic. HEX triplet: 05, 2E and 39. RGB value is (5,46,57). Sum of RGB (Red+Green+Blue) = 5+46+57=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 46 (18.36% from 255 or 42.59% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #052E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052E39 is #FAD1C6. Grayscale: #222222. Windows color (decimal): -16437703 or 3747333. OLE color: 3747333.

HSL color Cylindrical-coordinate representation of color #052E39: hue angle of 192.69º 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 #052E39 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 46 57 -
CMYK 0.91 0.19 0 0.78
HSL 192.69º 0.84% 0.12% -
HSV(B) 192.69º 0.91% 0.22% -
XYZ 1.78 2.28 4.22 -
YUV 35 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 5 46 57 0.91 0.19 0 0.78 192.69 0.84 0.12
Hex 5 2E 39 5B 13 0 4E C1 54 C
Octal 5 56 71 133 23 0 116 301 124 14
Binary 101 101110 111001 1011011 10011 0 1001110 11000001 1010100 1100

Color Harmonies of #052E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E39

Black with #052E39

Text Example


Text Example

White with #052E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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