Html Css Color HEX #5A75BA Chetwode Blue

📋 copy color: '#5A75BA'

red 90 ◦ green 117 ◦ blue 186

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

Shades of Chetwode Blue #5A75BA

Tints of Chetwode Blue #5A75BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.77%

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 22.9%
G = 29.77%
B = 47.33%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A75BA (or 0x5A75BA) is known color: Chetwode Blue. HEX triplet: 5A, 75 and BA. RGB value is (90,117,186). Sum of RGB (Red+Green+Blue) = 90+117+186=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A75BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A75BA is #A58A45. Grayscale: #747474. Windows color (decimal): -10848838 or 12219738. OLE color: 12219738.

HSL color Cylindrical-coordinate representation of color #5A75BA: hue angle of 223.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A75BA is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 117 186 -
CMYK 0.52 0.37 0 0.27
HSL 223.13º 0.41% 0.54% -
HSV(B) 223.13º 0.52% 0.73% -
XYZ 19.44 18.44 48.99 -
YUV 116.79 167.05 108.89 -
System Red Green Blue C M Y K H S L
Decimal 90 117 186 0.52 0.37 0 0.27 223.13 0.41 0.54
Hex 5A 75 BA 34 25 0 1B DF 29 36
Octal 132 165 272 64 45 0 33 337 51 66
Binary 1011010 1110101 10111010 110100 100101 0 11011 11011111 101001 110110

Color Harmonies of #5A75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A75BA

Black with #5A75BA

Text Example


Text Example

White with #5A75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,117,186); }

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

background-color css

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

 a { background-color: rgb(90,117,186); }

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

border-color css

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

 span { border-color: rgb(90,117,186); }

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