Html Css Color HEX #5A6FBC Chetwode Blue

📋 copy color: '#5A6FBC'

red 90 ◦ green 111 ◦ blue 188

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

Shades of Chetwode Blue #5A6FBC

Tints of Chetwode Blue #5A6FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 23.14%
G = 28.53%
B = 48.33%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A6FBC (or 0x5A6FBC) is known color: Chetwode Blue. HEX triplet: 5A, 6F and BC. RGB value is (90,111,188). Sum of RGB (Red+Green+Blue) = 90+111+188=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A6FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6FBC is #A59043. Grayscale: #717171. Windows color (decimal): -10850372 or 12349274. OLE color: 12349274.

HSL color Cylindrical-coordinate representation of color #5A6FBC: hue angle of 227.14º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A6FBC is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 111 188 -
CMYK 0.52 0.41 0 0.26
HSL 227.14º 0.42% 0.55% -
HSV(B) 227.14º 0.52% 0.74% -
XYZ 18.98 17.17 49.89 -
YUV 113.5 170.04 111.24 -
System Red Green Blue C M Y K H S L
Decimal 90 111 188 0.52 0.41 0 0.26 227.14 0.42 0.55
Hex 5A 6F BC 34 29 0 1A E3 2A 37
Octal 132 157 274 64 51 0 32 343 52 67
Binary 1011010 1101111 10111100 110100 101001 0 11010 11100011 101010 110111

Color Harmonies of #5A6FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6FBC

Black with #5A6FBC

Text Example


Text Example

White with #5A6FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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