Html Css Color HEX #053034 Nordic

📋 copy color: '#053034'

red 5 ◦ green 48 ◦ blue 52

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

Shades of Nordic #053034

Tints of Nordic #053034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 45.71%

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

R = 4.76%
G = 45.71%
B = 49.52%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#053034 (or 0x053034) is known color: Nordic. HEX triplet: 05, 30 and 34. RGB value is (5,48,52). Sum of RGB (Red+Green+Blue) = 5+48+52=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 52 - color contains mainly: blue. Hex color #053034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053034 is #FACFCB. Grayscale: #232323. Windows color (decimal): -16437196 or 3420165. OLE color: 3420165.

HSL color Cylindrical-coordinate representation of color #053034: hue angle of 185.11º 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 #053034 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 48 52 -
CMYK 0.90 0.08 0 0.80
HSL 185.11º 0.82% 0.11% -
HSV(B) 185.11º 0.9% 0.2% -
XYZ 1.74 2.39 3.62 -
YUV 35.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 5 48 52 0.90 0.08 0 0.80 185.11 0.82 0.11
Hex 5 30 34 5A 8 0 50 B9 52 B
Octal 5 60 64 132 10 0 120 271 122 13
Binary 101 110000 110100 1011010 1000 0 1010000 10111001 1010010 1011

Color Harmonies of #053034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053034

Black with #053034

Text Example


Text Example

White with #053034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053034; }

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

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

background-color css

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

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

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

border-color css

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

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

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