Html Css Color HEX #05353D Nordic

📋 copy color: '#05353D'

red 5 ◦ green 53 ◦ blue 61

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

Shades of Nordic #05353D

Tints of Nordic #05353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 44.54%

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

R = 4.2%
G = 44.54%
B = 51.26%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#05353D (or 0x05353D) is known color: Nordic. HEX triplet: 05, 35 and 3D. RGB value is (5,53,61). Sum of RGB (Red+Green+Blue) = 5+53+61=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #05353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05353D is #FACAC2. Grayscale: #272727. Windows color (decimal): -16435907 or 4011269. OLE color: 4011269.

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

Color convert

RGB 5 53 61 -
CMYK 0.92 0.13 0 0.76
HSL 188.57º 0.85% 0.13% -
HSV(B) 188.57º 0.92% 0.24% -
XYZ 2.18 2.92 4.86 -
YUV 39.56 140.1 103.35 -
System Red Green Blue C M Y K H S L
Decimal 5 53 61 0.92 0.13 0 0.76 188.57 0.85 0.13
Hex 5 35 3D 5C D 0 4C BD 55 D
Octal 5 65 75 134 15 0 114 275 125 15
Binary 101 110101 111101 1011100 1101 0 1001100 10111101 1010101 1101

Color Harmonies of #05353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05353D

Black with #05353D

Text Example


Text Example

White with #05353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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