Html Css Color HEX #052E36 Nordic

📋 copy color: '#052E36'

red 5 ◦ green 46 ◦ blue 54

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

Shades of Nordic #052E36

Tints of Nordic #052E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 51.43%

R = 4.76%
G = 43.81%
B = 51.43%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#052E36 (or 0x052E36) is known color: Nordic. HEX triplet: 05, 2E and 36. RGB value is (5,46,54). Sum of RGB (Red+Green+Blue) = 5+46+54=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 54 (21.48% from 255 or 51.43% from 105); Max value from RGB is 54 - color contains mainly: blue. Hex color #052E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052E36 is #FAD1C9. Grayscale: #222222. Windows color (decimal): -16437706 or 3550725. OLE color: 3550725.

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

Color convert

RGB 5 46 54 -
CMYK 0.91 0.15 0 0.79
HSL 189.8º 0.83% 0.12% -
HSV(B) 189.8º 0.91% 0.21% -
XYZ 1.71 2.25 3.83 -
YUV 34.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 5 46 54 0.91 0.15 0 0.79 189.8 0.83 0.12
Hex 5 2E 36 5B F 0 4F BE 53 C
Octal 5 56 66 133 17 0 117 276 123 14
Binary 101 101110 110110 1011011 1111 0 1001111 10111110 1010011 1100

Color Harmonies of #052E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E36

Black with #052E36

Text Example


Text Example

White with #052E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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