Html Css Color HEX #052F36 Nordic

📋 copy color: '#052F36'

red 5 ◦ green 47 ◦ blue 54

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

Shades of Nordic #052F36

Tints of Nordic #052F36

RGB

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

 GREEN value IS 47 (18.75% from 255) = 44.34%

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

R = 4.72%
G = 44.34%
B = 50.94%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#052F36 (or 0x052F36) is known color: Nordic. HEX triplet: 05, 2F and 36. RGB value is (5,47,54). Sum of RGB (Red+Green+Blue) = 5+47+54=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #052F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F36 is #FAD0C9. Grayscale: #232323. Windows color (decimal): -16437450 or 3550981. OLE color: 3550981.

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

Color convert

RGB 5 47 54 -
CMYK 0.91 0.13 0 0.79
HSL 188.57º 0.83% 0.12% -
HSV(B) 188.57º 0.91% 0.21% -
XYZ 1.74 2.33 3.85 -
YUV 35.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 5 47 54 0.91 0.13 0 0.79 188.57 0.83 0.12
Hex 5 2F 36 5B D 0 4F BD 53 C
Octal 5 57 66 133 15 0 117 275 123 14
Binary 101 101111 110110 1011011 1101 0 1001111 10111101 1010011 1100

Color Harmonies of #052F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052F36

Black with #052F36

Text Example


Text Example

White with #052F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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