Html Css Color HEX #535FCE Free Speech Blue

📋 copy color: '#535FCE'

red 83 ◦ green 95 ◦ blue 206

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

Shades of Free Speech Blue #535FCE

Tints of Free Speech Blue #535FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.74%

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

R = 21.61%
G = 24.74%
B = 53.65%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#535FCE (or 0x535FCE) is known color: Free Speech Blue. HEX triplet: 53, 5F and CE. RGB value is (83,95,206). Sum of RGB (Red+Green+Blue) = 83+95+206=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #535FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535FCE is #ACA031. Grayscale: #676767. Windows color (decimal): -11313202 or 13524819. OLE color: 13524819.

HSL color Cylindrical-coordinate representation of color #535FCE: hue angle of 234.15º 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 #535FCE is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 95 206 -
CMYK 0.60 0.54 0 0.19
HSL 234.15º 0.56% 0.57% -
HSV(B) 234.15º 0.6% 0.81% -
XYZ 18.8 14.48 60.2 -
YUV 104.07 185.52 112.97 -
System Red Green Blue C M Y K H S L
Decimal 83 95 206 0.60 0.54 0 0.19 234.15 0.56 0.57
Hex 53 5F CE 3C 36 0 13 EA 38 39
Octal 123 137 316 74 66 0 23 352 70 71
Binary 1010011 1011111 11001110 111100 110110 0 10011 11101010 111000 111001

Color Harmonies of #535FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535FCE

Black with #535FCE

Text Example


Text Example

White with #535FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535FCE; }

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

 H1.HeaderClassName
 {
   color: #535FCE;
 }
 .AnyTagClassName
 {
   color: #535FCE;
 }
</style>

background-color css

<style>
 a { background-color: #535FCE; }

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

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

border-color css

<style>
 span { border-color: #535FCE; }

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

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