Html Css Color HEX #565BCB Free Speech Blue

📋 copy color: '#565BCB'

red 86 ◦ green 91 ◦ blue 203

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

Shades of Free Speech Blue #565BCB

Tints of Free Speech Blue #565BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.95%

 BLUE value IS 203 (79.69% from 255) = 53.42%

R = 22.63%
G = 23.95%
B = 53.42%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#565BCB (or 0x565BCB) is known color: Free Speech Blue. HEX triplet: 56, 5B and CB. RGB value is (86,91,203). Sum of RGB (Red+Green+Blue) = 86+91+203=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #565BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BCB is #A9A434. Grayscale: #656565. Windows color (decimal): -11117621 or 13327190. OLE color: 13327190.

HSL color Cylindrical-coordinate representation of color #565BCB: hue angle of 237.44º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #565BCB is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 91 203 -
CMYK 0.58 0.55 0 0.20
HSL 237.44º 0.53% 0.57% -
HSV(B) 237.44º 0.58% 0.8% -
XYZ 18.36 13.77 58.19 -
YUV 102.27 184.84 116.39 -
System Red Green Blue C M Y K H S L
Decimal 86 91 203 0.58 0.55 0 0.20 237.44 0.53 0.57
Hex 56 5B CB 3A 37 0 14 ED 35 39
Octal 126 133 313 72 67 0 24 355 65 71
Binary 1010110 1011011 11001011 111010 110111 0 10100 11101101 110101 111001

Color Harmonies of #565BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BCB

Black with #565BCB

Text Example


Text Example

White with #565BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565BCB; }

 p { color: rgb(86,91,203); }

 H1.HeaderClassName
 {
   color: #565BCB;
 }
 .AnyTagClassName
 {
   color: #565BCB;
 }
</style>

background-color css

<style>
 a { background-color: #565BCB; }

 a { background-color: rgb(86,91,203); }

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

border-color css

<style>
 span { border-color: #565BCB; }

 span { border-color: rgb(86,91,203); }

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