Html Css Color HEX #05323D Nordic

📋 copy color: '#05323D'

red 5 ◦ green 50 ◦ blue 61

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

Shades of Nordic #05323D

Tints of Nordic #05323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 43.1%

 BLUE value IS 61 (24.22% from 255) = 52.59%

R = 4.31%
G = 43.1%
B = 52.59%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#05323D (or 0x05323D) is known color: Nordic. HEX triplet: 05, 32 and 3D. RGB value is (5,50,61). Sum of RGB (Red+Green+Blue) = 5+50+61=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #05323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05323D is #FACDC2. Grayscale: #252525. Windows color (decimal): -16436675 or 4010501. OLE color: 4010501.

HSL color Cylindrical-coordinate representation of color #05323D: hue angle of 191.79º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05323D is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 5 50 61 -
CMYK 0.92 0.18 0 0.76
HSL 191.79º 0.85% 0.13% -
HSV(B) 191.79º 0.92% 0.24% -
XYZ 2.05 2.65 4.82 -
YUV 37.8 141.09 104.61 -
System Red Green Blue C M Y K H S L
Decimal 5 50 61 0.92 0.18 0 0.76 191.79 0.85 0.13
Hex 5 32 3D 5C 12 0 4C C0 55 D
Octal 5 62 75 134 22 0 114 300 125 15
Binary 101 110010 111101 1011100 10010 0 1001100 11000000 1010101 1101

Color Harmonies of #05323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05323D

Black with #05323D

Text Example


Text Example

White with #05323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05323D; }

 p { color: rgb(5,50,61); }

 H1.HeaderClassName
 {
   color: #05323D;
 }
 .AnyTagClassName
 {
   color: #05323D;
 }
</style>

background-color css

<style>
 a { background-color: #05323D; }

 a { background-color: rgb(5,50,61); }

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

border-color css

<style>
 span { border-color: #05323D; }

 span { border-color: rgb(5,50,61); }

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