Html Css Color HEX #5A6FBE Chetwode Blue

📋 copy color: '#5A6FBE'

red 90 ◦ green 111 ◦ blue 190

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

Shades of Chetwode Blue #5A6FBE

Tints of Chetwode Blue #5A6FBE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.39%

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

R = 23.02%
G = 28.39%
B = 48.59%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A6FBE (or 0x5A6FBE) is known color: Chetwode Blue. HEX triplet: 5A, 6F and BE. RGB value is (90,111,190). Sum of RGB (Red+Green+Blue) = 90+111+190=391 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.02% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A6FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6FBE is #A59041. Grayscale: #717171. Windows color (decimal): -10850370 or 12480346. OLE color: 12480346.

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

Color convert

RGB 90 111 190 -
CMYK 0.53 0.42 0 0.25
HSL 227.4º 0.43% 0.55% -
HSV(B) 227.4º 0.53% 0.75% -
XYZ 19.2 17.26 51.04 -
YUV 113.73 171.04 111.08 -
System Red Green Blue C M Y K H S L
Decimal 90 111 190 0.53 0.42 0 0.25 227.4 0.43 0.55
Hex 5A 6F BE 35 2A 0 19 E3 2B 37
Octal 132 157 276 65 52 0 31 343 53 67
Binary 1011010 1101111 10111110 110101 101010 0 11001 11100011 101011 110111

Color Harmonies of #5A6FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6FBE

Black with #5A6FBE

Text Example


Text Example

White with #5A6FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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