Html Css Color HEX #566AB4 Chetwode Blue

📋 copy color: '#566AB4'

red 86 ◦ green 106 ◦ blue 180

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

Shades of Chetwode Blue #566AB4

Tints of Chetwode Blue #566AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.39%

R = 23.12%
G = 28.49%
B = 48.39%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#566AB4 (or 0x566AB4) is known color: Chetwode Blue. HEX triplet: 56, 6A and B4. RGB value is (86,106,180). Sum of RGB (Red+Green+Blue) = 86+106+180=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 180 - color contains mainly: blue. Hex color #566AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566AB4 is #A9954B. Grayscale: #6C6C6C. Windows color (decimal): -11113804 or 11823702. OLE color: 11823702.

HSL color Cylindrical-coordinate representation of color #566AB4: hue angle of 227.23º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #566AB4 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 86 106 180 -
CMYK 0.52 0.41 0 0.29
HSL 227.23º 0.39% 0.52% -
HSV(B) 227.23º 0.52% 0.71% -
XYZ 17.23 15.58 45.28 -
YUV 108.46 168.37 111.98 -
System Red Green Blue C M Y K H S L
Decimal 86 106 180 0.52 0.41 0 0.29 227.23 0.39 0.52
Hex 56 6A B4 34 29 0 1D E3 27 34
Octal 126 152 264 64 51 0 35 343 47 64
Binary 1010110 1101010 10110100 110100 101001 0 11101 11100011 100111 110100

Color Harmonies of #566AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566AB4

Black with #566AB4

Text Example


Text Example

White with #566AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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