Html Css Color HEX #5A6FC1 Chetwode Blue

📋 copy color: '#5A6FC1'

red 90 ◦ green 111 ◦ blue 193

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

Shades of Chetwode Blue #5A6FC1

Tints of Chetwode Blue #5A6FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.98%

R = 22.84%
G = 28.17%
B = 48.98%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5A6FC1 (or 0x5A6FC1) is known color: Chetwode Blue. HEX triplet: 5A, 6F and C1. RGB value is (90,111,193). Sum of RGB (Red+Green+Blue) = 90+111+193=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #5A6FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6FC1 is #A5903E. Grayscale: #717171. Windows color (decimal): -10850367 or 12676954. OLE color: 12676954.

HSL color Cylindrical-coordinate representation of color #5A6FC1: hue angle of 227.77º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A6FC1 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 90 111 193 -
CMYK 0.53 0.42 0 0.24
HSL 227.77º 0.45% 0.55% -
HSV(B) 227.77º 0.53% 0.76% -
XYZ 19.53 17.39 52.78 -
YUV 114.07 172.54 110.83 -
System Red Green Blue C M Y K H S L
Decimal 90 111 193 0.53 0.42 0 0.24 227.77 0.45 0.55
Hex 5A 6F C1 35 2A 0 18 E4 2D 37
Octal 132 157 301 65 52 0 30 344 55 67
Binary 1011010 1101111 11000001 110101 101010 0 11000 11100100 101101 110111

Color Harmonies of #5A6FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6FC1

Black with #5A6FC1

Text Example


Text Example

White with #5A6FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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