Html Css Color HEX #535FCB Free Speech Blue

📋 copy color: '#535FCB'

red 83 ◦ green 95 ◦ blue 203

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

Shades of Free Speech Blue #535FCB

Tints of Free Speech Blue #535FCB

RGB

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

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

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

R = 21.78%
G = 24.93%
B = 53.28%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#535FCB (or 0x535FCB) is known color: Free Speech Blue. HEX triplet: 53, 5F and CB. RGB value is (83,95,203). Sum of RGB (Red+Green+Blue) = 83+95+203=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #535FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535FCB is #ACA034. Grayscale: #676767. Windows color (decimal): -11313205 or 13328211. OLE color: 13328211.

HSL color Cylindrical-coordinate representation of color #535FCB: hue angle of 234º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #535FCB is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 95 203 -
CMYK 0.59 0.53 0 0.20
HSL 234º 0.54% 0.56% -
HSV(B) 234º 0.59% 0.8% -
XYZ 18.44 14.34 58.3 -
YUV 103.72 184.02 113.22 -
System Red Green Blue C M Y K H S L
Decimal 83 95 203 0.59 0.53 0 0.20 234 0.54 0.56
Hex 53 5F CB 3B 35 0 14 EA 36 38
Octal 123 137 313 73 65 0 24 352 66 70
Binary 1010011 1011111 11001011 111011 110101 0 10100 11101010 110110 111000

Color Harmonies of #535FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535FCB

Black with #535FCB

Text Example


Text Example

White with #535FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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