Html Css Color HEX #052D36 Nordic

📋 copy color: '#052D36'

red 5 ◦ green 45 ◦ blue 54

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

Shades of Nordic #052D36

Tints of Nordic #052D36

RGB

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

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

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

R = 4.81%
G = 43.27%
B = 51.92%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#052D36 (or 0x052D36) is known color: Nordic. HEX triplet: 05, 2D and 36. RGB value is (5,45,54). Sum of RGB (Red+Green+Blue) = 5+45+54=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 54 (21.48% from 255 or 51.92% from 104); Max value from RGB is 54 - color contains mainly: blue. Hex color #052D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D36 is #FAD2C9. Grayscale: #212121. Windows color (decimal): -16437962 or 3550469. OLE color: 3550469.

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

Color convert

RGB 5 45 54 -
CMYK 0.91 0.17 0 0.79
HSL 191.02º 0.83% 0.12% -
HSV(B) 191.02º 0.91% 0.21% -
XYZ 1.67 2.18 3.82 -
YUV 34.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 5 45 54 0.91 0.17 0 0.79 191.02 0.83 0.12
Hex 5 2D 36 5B 11 0 4F BF 53 C
Octal 5 55 66 133 21 0 117 277 123 14
Binary 101 101101 110110 1011011 10001 0 1001111 10111111 1010011 1100

Color Harmonies of #052D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D36

Black with #052D36

Text Example


Text Example

White with #052D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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