Html Css Color HEX #052D34 Nordic

📋 copy color: '#052D34'

red 5 ◦ green 45 ◦ blue 52

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

Shades of Nordic #052D34

Tints of Nordic #052D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 50.98%

R = 4.9%
G = 44.12%
B = 50.98%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#052D34 (or 0x052D34) is known color: Nordic. HEX triplet: 05, 2D and 34. RGB value is (5,45,52). Sum of RGB (Red+Green+Blue) = 5+45+52=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 45 (17.97% from 255 or 44.12% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #052D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D34 is #FAD2CB. Grayscale: #212121. Windows color (decimal): -16437964 or 3419397. OLE color: 3419397.

HSL color Cylindrical-coordinate representation of color #052D34: hue angle of 188.94º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052D34 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 45 52 -
CMYK 0.90 0.13 0 0.80
HSL 188.94º 0.82% 0.11% -
HSV(B) 188.94º 0.9% 0.2% -
XYZ 1.62 2.16 3.58 -
YUV 33.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 5 45 52 0.90 0.13 0 0.80 188.94 0.82 0.11
Hex 5 2D 34 5A D 0 50 BD 52 B
Octal 5 55 64 132 15 0 120 275 122 13
Binary 101 101101 110100 1011010 1101 0 1010000 10111101 1010010 1011

Color Harmonies of #052D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D34

Black with #052D34

Text Example


Text Example

White with #052D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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