Html Css Color HEX #052B2D Nordic

📋 copy color: '#052B2D'

red 5 ◦ green 43 ◦ blue 45

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

Shades of Nordic #052B2D

Tints of Nordic #052B2D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 46.24%

 BLUE value IS 45 (17.97% from 255) = 48.39%

R = 5.38%
G = 46.24%
B = 48.39%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#052B2D (or 0x052B2D) is known color: Nordic. HEX triplet: 05, 2B and 2D. RGB value is (5,43,45). Sum of RGB (Red+Green+Blue) = 5+43+45=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 43 (17.19% from 255 or 46.24% from 93); Blue value is 45 (17.97% from 255 or 48.39% from 93); Max value from RGB is 45 - color contains mainly: blue. Hex color #052B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B2D is #FAD4D2. Grayscale: #1F1F1F. Windows color (decimal): -16438483 or 2960133. OLE color: 2960133.

HSL color Cylindrical-coordinate representation of color #052B2D: hue angle of 183º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #052B2D is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 5 43 45 -
CMYK 0.89 0.04 0 0.82
HSL 183º 0.8% 0.1% -
HSV(B) 183º 0.89% 0.18% -
XYZ 1.4 1.95 2.79 -
YUV 31.87 135.41 108.84 -
System Red Green Blue C M Y K H S L
Decimal 5 43 45 0.89 0.04 0 0.82 183 0.8 0.1
Hex 5 2B 2D 59 4 0 52 B7 50 A
Octal 5 53 55 131 4 0 122 267 120 12
Binary 101 101011 101101 1011001 100 0 1010010 10110111 1010000 1010

Color Harmonies of #052B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052B2D

Black with #052B2D

Text Example


Text Example

White with #052B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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