Html Css Color HEX #5A6DBF Chetwode Blue

📋 copy color: '#5A6DBF'

red 90 ◦ green 109 ◦ blue 191

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

Shades of Chetwode Blue #5A6DBF

Tints of Chetwode Blue #5A6DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.97%

R = 23.08%
G = 27.95%
B = 48.97%

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

#5A6DBF (or 0x5A6DBF) is known color: Chetwode Blue. HEX triplet: 5A, 6D and BF. RGB value is (90,109,191). Sum of RGB (Red+Green+Blue) = 90+109+191=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A6DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6DBF is #A59240. Grayscale: #707070. Windows color (decimal): -10850881 or 12545370. OLE color: 12545370.

HSL color Cylindrical-coordinate representation of color #5A6DBF: hue angle of 228.71º degrees, saturation: 0.44, 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 #5A6DBF is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 109 191 -
CMYK 0.53 0.43 0 0.25
HSL 228.71º 0.44% 0.55% -
HSV(B) 228.71º 0.53% 0.75% -
XYZ 19.09 16.87 51.54 -
YUV 112.67 172.21 111.83 -
System Red Green Blue C M Y K H S L
Decimal 90 109 191 0.53 0.43 0 0.25 228.71 0.44 0.55
Hex 5A 6D BF 35 2B 0 19 E5 2C 37
Octal 132 155 277 65 53 0 31 345 54 67
Binary 1011010 1101101 10111111 110101 101011 0 11001 11100101 101100 110111

Color Harmonies of #5A6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6DBF

Black with #5A6DBF

Text Example


Text Example

White with #5A6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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