Html Css Color HEX #5A6DBE Chetwode Blue

📋 copy color: '#5A6DBE'

red 90 ◦ green 109 ◦ blue 190

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

Shades of Chetwode Blue #5A6DBE

Tints of Chetwode Blue #5A6DBE

RGB

 RED value IS 90 (35.55% from 255) = 23.14%

 GREEN value IS 109 (42.97% from 255) = 28.02%

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 23.14%
G = 28.02%
B = 48.84%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A6DBE (or 0x5A6DBE) is known color: Chetwode Blue. HEX triplet: 5A, 6D and BE. RGB value is (90,109,190). Sum of RGB (Red+Green+Blue) = 90+109+190=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A6DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6DBE is #A59241. Grayscale: #707070. Windows color (decimal): -10850882 or 12479834. OLE color: 12479834.

HSL color Cylindrical-coordinate representation of color #5A6DBE: hue angle of 228.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A6DBE is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 109 190 -
CMYK 0.53 0.43 0 0.25
HSL 228.6º 0.43% 0.55% -
HSV(B) 228.6º 0.53% 0.75% -
XYZ 18.98 16.83 50.96 -
YUV 112.55 171.71 111.91 -
System Red Green Blue C M Y K H S L
Decimal 90 109 190 0.53 0.43 0 0.25 228.6 0.43 0.55
Hex 5A 6D BE 35 2B 0 19 E5 2B 37
Octal 132 155 276 65 53 0 31 345 53 67
Binary 1011010 1101101 10111110 110101 101011 0 11001 11100101 101011 110111

Color Harmonies of #5A6DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6DBE

Black with #5A6DBE

Text Example


Text Example

White with #5A6DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6DBE; }

 p { color: rgb(90,109,190); }

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

background-color css

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

 a { background-color: rgb(90,109,190); }

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

border-color css

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

 span { border-color: rgb(90,109,190); }

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