Html Css Color HEX #409DA5 Scooter

📋 copy color: '#409DA5'

red 64 ◦ green 157 ◦ blue 165

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

Shades of Scooter #409DA5

Tints of Scooter #409DA5

RGB

 RED value IS 64 (25.39% from 255) = 16.58%

 GREEN value IS 157 (61.72% from 255) = 40.67%

 BLUE value IS 165 (64.84% from 255) = 42.75%

R = 16.58%
G = 40.67%
B = 42.75%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#409DA5 (or 0x409DA5) is known color: Scooter. HEX triplet: 40, 9D and A5. RGB value is (64,157,165). Sum of RGB (Red+Green+Blue) = 64+157+165=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 165 - color contains mainly: blue. Hex color #409DA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409DA5 is #BF625A. Grayscale: #818181. Windows color (decimal): -12542555 or 10853696. OLE color: 10853696.

HSL color Cylindrical-coordinate representation of color #409DA5: hue angle of 184.75º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #409DA5 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 157 165 -
CMYK 0.61 0.05 0 0.35
HSL 184.75º 0.44% 0.45% -
HSV(B) 184.75º 0.61% 0.65% -
XYZ 20.96 27.92 39.88 -
YUV 130.11 147.69 80.85 -
System Red Green Blue C M Y K H S L
Decimal 64 157 165 0.61 0.05 0 0.35 184.75 0.44 0.45
Hex 40 9D A5 3D 5 0 23 B9 2C 2D
Octal 100 235 245 75 5 0 43 271 54 55
Binary 1000000 10011101 10100101 111101 101 0 100011 10111001 101100 101101

Color Harmonies of #409DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409DA5

Black with #409DA5

Text Example


Text Example

White with #409DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409DA5; }

 p { color: rgb(64,157,165); }

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

background-color css

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

 a { background-color: rgb(64,157,165); }

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

border-color css

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

 span { border-color: rgb(64,157,165); }

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