Html Css Color HEX #5A6BBE Chetwode Blue

📋 copy color: '#5A6BBE'

red 90 ◦ green 107 ◦ blue 190

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

Shades of Chetwode Blue #5A6BBE

Tints of Chetwode Blue #5A6BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.65%

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

R = 23.26%
G = 27.65%
B = 49.1%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A6BBE (or 0x5A6BBE) is known color: Chetwode Blue. HEX triplet: 5A, 6B and BE. RGB value is (90,107,190). Sum of RGB (Red+Green+Blue) = 90+107+190=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A6BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6BBE is #A59441. Grayscale: #6F6F6F. Windows color (decimal): -10851394 or 12479322. OLE color: 12479322.

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

Color convert

RGB 90 107 190 -
CMYK 0.53 0.44 0 0.25
HSL 229.8º 0.43% 0.55% -
HSV(B) 229.8º 0.53% 0.75% -
XYZ 18.77 16.41 50.89 -
YUV 111.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 90 107 190 0.53 0.44 0 0.25 229.8 0.43 0.55
Hex 5A 6B BE 35 2C 0 19 E6 2B 37
Octal 132 153 276 65 54 0 31 346 53 67
Binary 1011010 1101011 10111110 110101 101100 0 11001 11100110 101011 110111

Color Harmonies of #5A6BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6BBE

Black with #5A6BBE

Text Example


Text Example

White with #5A6BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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