Html Css Color HEX #05353F Nordic

📋 copy color: '#05353F'

red 5 ◦ green 53 ◦ blue 63

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

Shades of Nordic #05353F

Tints of Nordic #05353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 52.07%

R = 4.13%
G = 43.8%
B = 52.07%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#05353F (or 0x05353F) is known color: Nordic. HEX triplet: 05, 35 and 3F. RGB value is (5,53,63). Sum of RGB (Red+Green+Blue) = 5+53+63=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #05353F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05353F is #FACAC0. Grayscale: #272727. Windows color (decimal): -16435905 or 4142341. OLE color: 4142341.

HSL color Cylindrical-coordinate representation of color #05353F: hue angle of 190.34º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05353F is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 53 63 -
CMYK 0.92 0.16 0 0.75
HSL 190.34º 0.85% 0.13% -
HSV(B) 190.34º 0.92% 0.25% -
XYZ 2.23 2.94 5.15 -
YUV 39.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 5 53 63 0.92 0.16 0 0.75 190.34 0.85 0.13
Hex 5 35 3F 5C 10 0 4B BE 55 D
Octal 5 65 77 134 20 0 113 276 125 15
Binary 101 110101 111111 1011100 10000 0 1001011 10111110 1010101 1101

Color Harmonies of #05353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05353F

Black with #05353F

Text Example


Text Example

White with #05353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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