Html Css Color HEX #05323E Nordic

📋 copy color: '#05323E'

red 5 ◦ green 50 ◦ blue 62

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

Shades of Nordic #05323E

Tints of Nordic #05323E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 52.99%

R = 4.27%
G = 42.74%
B = 52.99%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#05323E (or 0x05323E) is known color: Nordic. HEX triplet: 05, 32 and 3E. RGB value is (5,50,62). Sum of RGB (Red+Green+Blue) = 5+50+62=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 62 (24.61% from 255 or 52.99% from 117); Max value from RGB is 62 - color contains mainly: blue. Hex color #05323E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05323E is #FACDC1. Grayscale: #252525. Windows color (decimal): -16436674 or 4076037. OLE color: 4076037.

HSL color Cylindrical-coordinate representation of color #05323E: hue angle of 192.63º 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 #05323E is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 5 50 62 -
CMYK 0.92 0.19 0 0.76
HSL 192.63º 0.85% 0.13% -
HSV(B) 192.63º 0.92% 0.24% -
XYZ 2.07 2.66 4.96 -
YUV 37.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 5 50 62 0.92 0.19 0 0.76 192.63 0.85 0.13
Hex 5 32 3E 5C 13 0 4C C1 55 D
Octal 5 62 76 134 23 0 114 301 125 15
Binary 101 110010 111110 1011100 10011 0 1001100 11000001 1010101 1101

Color Harmonies of #05323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05323E

Black with #05323E

Text Example


Text Example

White with #05323E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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