Html Css Color HEX #5366CE Free Speech Blue

📋 copy color: '#5366CE'

red 83 ◦ green 102 ◦ blue 206

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

Shades of Free Speech Blue #5366CE

Tints of Free Speech Blue #5366CE

RGB

 RED value IS 83 (32.81% from 255) = 21.23%

 GREEN value IS 102 (40.23% from 255) = 26.09%

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 21.23%
G = 26.09%
B = 52.69%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5366CE (or 0x5366CE) is known color: Free Speech Blue. HEX triplet: 53, 66 and CE. RGB value is (83,102,206). Sum of RGB (Red+Green+Blue) = 83+102+206=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #5366CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5366CE is #AC9931. Grayscale: #6B6B6B. Windows color (decimal): -11311410 or 13526611. OLE color: 13526611.

HSL color Cylindrical-coordinate representation of color #5366CE: hue angle of 230.73º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5366CE is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 102 206 -
CMYK 0.60 0.50 0 0.19
HSL 230.73º 0.56% 0.57% -
HSV(B) 230.73º 0.6% 0.81% -
XYZ 19.46 15.8 60.42 -
YUV 108.18 183.21 110.04 -
System Red Green Blue C M Y K H S L
Decimal 83 102 206 0.60 0.50 0 0.19 230.73 0.56 0.57
Hex 53 66 CE 3C 32 0 13 E7 38 39
Octal 123 146 316 74 62 0 23 347 70 71
Binary 1010011 1100110 11001110 111100 110010 0 10011 11100111 111000 111001

Color Harmonies of #5366CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5366CE

Black with #5366CE

Text Example


Text Example

White with #5366CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5366CE; }

 p { color: rgb(83,102,206); }

 H1.HeaderClassName
 {
   color: #5366CE;
 }
 .AnyTagClassName
 {
   color: #5366CE;
 }
</style>

background-color css

<style>
 a { background-color: #5366CE; }

 a { background-color: rgb(83,102,206); }

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

border-color css

<style>
 span { border-color: #5366CE; }

 span { border-color: rgb(83,102,206); }

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