Html Css Color HEX #566AC1 Chetwode Blue

📋 copy color: '#566AC1'

red 86 ◦ green 106 ◦ blue 193

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

Shades of Chetwode Blue #566AC1

Tints of Chetwode Blue #566AC1

RGB

 RED value IS 86 (33.98% from 255) = 22.34%

 GREEN value IS 106 (41.8% from 255) = 27.53%

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

R = 22.34%
G = 27.53%
B = 50.13%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#566AC1 (or 0x566AC1) is known color: Chetwode Blue. HEX triplet: 56, 6A and C1. RGB value is (86,106,193). Sum of RGB (Red+Green+Blue) = 86+106+193=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #566AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566AC1 is #A9953E. Grayscale: #6D6D6D. Windows color (decimal): -11113791 or 12675670. OLE color: 12675670.

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

Color convert

RGB 86 106 193 -
CMYK 0.55 0.45 0 0.24
HSL 228.79º 0.46% 0.55% -
HSV(B) 228.79º 0.55% 0.76% -
XYZ 18.62 16.14 52.59 -
YUV 109.94 174.87 110.93 -
System Red Green Blue C M Y K H S L
Decimal 86 106 193 0.55 0.45 0 0.24 228.79 0.46 0.55
Hex 56 6A C1 37 2D 0 18 E5 2E 37
Octal 126 152 301 67 55 0 30 345 56 67
Binary 1010110 1101010 11000001 110111 101101 0 11000 11100101 101110 110111

Color Harmonies of #566AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566AC1

Black with #566AC1

Text Example


Text Example

White with #566AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566AC1; }

 p { color: rgb(86,106,193); }

 H1.HeaderClassName
 {
   color: #566AC1;
 }
 .AnyTagClassName
 {
   color: #566AC1;
 }
</style>

background-color css

<style>
 a { background-color: #566AC1; }

 a { background-color: rgb(86,106,193); }

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

border-color css

<style>
 span { border-color: #566AC1; }

 span { border-color: rgb(86,106,193); }

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